From 723cc0f872a74add9abf3716b0bfd547a62d781a416dfb3c5f066f1bcf8173af Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 3 Nov 2021 15:43:27 +0000 Subject: [PATCH 1/4] Updated to git ref ea8fcec5 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=993 --- autoyast2-4.4.19.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoyast2-4.4.19.tar.bz2 b/autoyast2-4.4.19.tar.bz2 index 3335237..ac4f3b4 100644 --- a/autoyast2-4.4.19.tar.bz2 +++ b/autoyast2-4.4.19.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c726ce6f39c39c38015e3e23425660dacb672f0ac421a23d9f14e58d9e102d7 -size 726237 +oid sha256:9b627e1dbea063db1c666001d7166fddd8eeb76e6d1d0c78e309729d20c73b48 +size 726093 From caea79b4950e8b23bda4abccc2c9f64c781e0db4d30f04e74b29351c15f26c33 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 15 Nov 2021 15:36:54 +0000 Subject: [PATCH 2/4] - 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 From 24262043162ac5874f317d13d249d2db331fa8b8e81d301b4a6d5cc8002219cb Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 16 Nov 2021 14:24:23 +0000 Subject: [PATCH 3/4] Updated to git ref a2148186 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=995 --- autoyast2-4.4.20.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoyast2-4.4.20.tar.bz2 b/autoyast2-4.4.20.tar.bz2 index 557af8e..3976eed 100644 --- a/autoyast2-4.4.20.tar.bz2 +++ b/autoyast2-4.4.20.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32f5ce797bc190582624340816f6b31a28b312be610a29f6698314c4526180ea -size 725955 +oid sha256:3a5f4ccb7d10f15b111c40e328a42b5b6a6a114a9e47c2867c81a1a9f6db2540 +size 726052 From 244dbfd47b285e361f089498bbbd5c361cb0b28c03e6b074d1bfef91c85f74eb Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 19 Nov 2021 12:20:45 +0000 Subject: [PATCH 4/4] - Add support for detecting EFI boot during autoinstallation (jsc#SLE-18819) - 4.4.21 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=996 --- autoyast2-4.4.20.tar.bz2 | 3 --- autoyast2-4.4.21.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.4.20.tar.bz2 create mode 100644 autoyast2-4.4.21.tar.bz2 diff --git a/autoyast2-4.4.20.tar.bz2 b/autoyast2-4.4.20.tar.bz2 deleted file mode 100644 index 3976eed..0000000 --- a/autoyast2-4.4.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a5f4ccb7d10f15b111c40e328a42b5b6a6a114a9e47c2867c81a1a9f6db2540 -size 726052 diff --git a/autoyast2-4.4.21.tar.bz2 b/autoyast2-4.4.21.tar.bz2 new file mode 100644 index 0000000..5c02b53 --- /dev/null +++ b/autoyast2-4.4.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d216ebb7ceb159431732bcc094b5db660c6d54854409758544fde8480e0255f +size 727576 diff --git a/autoyast2.changes b/autoyast2.changes index 21852a4..0bb82b2 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 18 11:10:28 UTC 2021 - Knut Anderssen + +- Add support for detecting EFI boot during autoinstallation + (jsc#SLE-18819) +- 4.4.21 + ------------------------------------------------------------------- Fri Nov 12 13:21:54 UTC 2021 - Imobach Gonzalez Sosa diff --git a/autoyast2.spec b/autoyast2.spec index 3f6c65e..f0e605a 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.20 +Version: 4.4.21 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only