From caea79b4950e8b23bda4abccc2c9f64c781e0db4d30f04e74b29351c15f26c33 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 15 Nov 2021 15:36:54 +0000 Subject: [PATCH] - bsc#1192626: - Registration takes place always at the same point, no matter which installation medium is being used. - Adapt to the product specification API. - Stop AutoYaST installation when registration failed on online medium (bsc#1188211, Josef Reidinger ). - 4.4.20 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=994 --- autoyast2-4.4.19.tar.bz2 | 3 --- autoyast2-4.4.20.tar.bz2 | 3 +++ autoyast2.changes | 11 +++++++++++ autoyast2.spec | 22 ++++++++++++---------- 4 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 autoyast2-4.4.19.tar.bz2 create mode 100644 autoyast2-4.4.20.tar.bz2 diff --git a/autoyast2-4.4.19.tar.bz2 b/autoyast2-4.4.19.tar.bz2 deleted file mode 100644 index ac4f3b4..0000000 --- a/autoyast2-4.4.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b627e1dbea063db1c666001d7166fddd8eeb76e6d1d0c78e309729d20c73b48 -size 726093 diff --git a/autoyast2-4.4.20.tar.bz2 b/autoyast2-4.4.20.tar.bz2 new file mode 100644 index 0000000..557af8e --- /dev/null +++ b/autoyast2-4.4.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f5ce797bc190582624340816f6b31a28b312be610a29f6698314c4526180ea +size 725955 diff --git a/autoyast2.changes b/autoyast2.changes index 5b66f78..21852a4 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 12 13:21:54 UTC 2021 - Imobach Gonzalez Sosa + +- bsc#1192626: + - Registration takes place always at the same point, no matter + which installation medium is being used. + - Adapt to the product specification API. +- Stop AutoYaST installation when registration failed on online + medium (bsc#1188211, Josef Reidinger ). +- 4.4.20 + ------------------------------------------------------------------- Tue Oct 26 12:25:01 UTC 2021 - José Iván López González diff --git a/autoyast2.spec b/autoyast2.spec index 192eb9a..3f6c65e 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.19 +Version: 4.4.20 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only @@ -42,16 +42,18 @@ BuildRequires: libxml2-tools BuildRequires: libxslt BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) # GPG symmetric methods and Password dialog -BuildRequires: yast2 >= 4.3.25 +# ProductSpec API +BuildRequires: yast2 >= 4.4.21 # FileSystems.read_default_subvol_from_target +BuildRequires: yast2-services-manager +BuildRequires: yast2-transfer +BuildRequires: yast2-xml +# ProductSpec API BuildRequires: yast2-country BuildRequires: yast2-network >= 3.1.145 -BuildRequires: yast2-packager -BuildRequires: yast2-services-manager +BuildRequires: yast2-packager >= 4.4.13 BuildRequires: yast2-slp -BuildRequires: yast2-transfer BuildRequires: yast2-update >= 3.3.0 -BuildRequires: yast2-xml # Required for test suite testing one time sync BuildRequires: yast2-ntp-client >= 4.0.1 # New API for Y2Storage::PackageHandler and storage features @@ -66,8 +68,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) Requires: autoyast2-installation = %{version} Requires: libxslt -# GPG symmetric methods and Password dialog -Requires: yast2 >= 4.3.25 +# ProductSpec API +Requires: yast2 >= 4.4.21 Requires: yast2-core Requires: yast2-country >= 3.1.13 # Moving security module to first installation stage @@ -120,8 +122,8 @@ Requires: yast2-bootloader Requires: yast2-core Requires: yast2-country Requires: yast2-ncurses -# Y2Packager::MediumType -Requires: yast2-packager >= 4.2.25 +# ProductSpec API +Requires: yast2-packager >= 4.4.13 # ServicesManagerTargetClass::BaseTargets Requires: yast2-services-manager >= 3.1.10 # Required for one time sync before installation