From 90c79eaef60067cfc88197af03ed4974ae4f88098a56d8259173fc2231bb8f32 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 7 Nov 2019 10:07:30 +0000 Subject: [PATCH 1/4] - Implement upgrade for the Full medium (jsc#SLE-7101) - 4.2.20 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1036 --- yast2-installation-4.2.19.tar.bz2 | 3 --- yast2-installation-4.2.20.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.2.19.tar.bz2 create mode 100644 yast2-installation-4.2.20.tar.bz2 diff --git a/yast2-installation-4.2.19.tar.bz2 b/yast2-installation-4.2.19.tar.bz2 deleted file mode 100644 index 7cdd348..0000000 --- a/yast2-installation-4.2.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dcbbe0a8f15592bf7260323acf667493a9feb35128c1e47654d268118f3e975 -size 466417 diff --git a/yast2-installation-4.2.20.tar.bz2 b/yast2-installation-4.2.20.tar.bz2 new file mode 100644 index 0000000..c9ea47e --- /dev/null +++ b/yast2-installation-4.2.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a7d9b039d4218c582918ff6d4acf538e59b83ada5d9d8df927aa9edc94a5dd +size 466392 diff --git a/yast2-installation.changes b/yast2-installation.changes index c82f2d7..dc0e12c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 7 09:32:00 UTC 2019 - Ladislav Slezák + +- Implement upgrade for the Full medium (jsc#SLE-7101) +- 4.2.20 + ------------------------------------------------------------------- Fri Oct 25 11:44:58 UTC 2019 - Josef Reidinger diff --git a/yast2-installation.spec b/yast2-installation.spec index 4051655..83ab196 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.2.19 +Version: 4.2.20 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From ac6ac31e14a67c7a3199bb053598e998ae6f45c4c9659056069b95b8c20fb526 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 14 Nov 2019 09:54:34 +0000 Subject: [PATCH 2/4] Sun Nov 10 18:56:53 UTC 2019 - David Diaz - Improve the role selection dialog using a new scrollable widget to select a role (related to bsc#1084674, bsc#bsc#1086187). - 4.2.21 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1037 --- yast2-installation-4.2.20.tar.bz2 | 3 --- yast2-installation-4.2.21.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.2.20.tar.bz2 create mode 100644 yast2-installation-4.2.21.tar.bz2 diff --git a/yast2-installation-4.2.20.tar.bz2 b/yast2-installation-4.2.20.tar.bz2 deleted file mode 100644 index c9ea47e..0000000 --- a/yast2-installation-4.2.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1a7d9b039d4218c582918ff6d4acf538e59b83ada5d9d8df927aa9edc94a5dd -size 466392 diff --git a/yast2-installation-4.2.21.tar.bz2 b/yast2-installation-4.2.21.tar.bz2 new file mode 100644 index 0000000..8057ffa --- /dev/null +++ b/yast2-installation-4.2.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b38b30590245269c9dd1db088166b999a0da087b28c2876126cc1a65a595c84 +size 465586 diff --git a/yast2-installation.changes b/yast2-installation.changes index dc0e12c..2b35500 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sun Nov 10 18:56:53 UTC 2019 - David Diaz + +- Improve the role selection dialog using a new scrollable widget + to select a role (related to bsc#1084674, bsc#bsc#1086187). +- 4.2.21 +------------------------------------------------------------------- + Thu Nov 7 09:32:00 UTC 2019 - Ladislav Slezák - Implement upgrade for the Full medium (jsc#SLE-7101) diff --git a/yast2-installation.spec b/yast2-installation.spec index 83ab196..979bb87 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.2.20 +Version: 4.2.21 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -94,6 +94,8 @@ Requires: iproute2 %{systemd_requires} %endif +# SingleItemSelector not enforcing an initial selection +Conflicts: libyui < 3.8.2 # Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile # pkg-bindings are not directly required Conflicts: yast2-pkg-bindings < 2.17.25 From 9311bcae0499d8bca05aeeb574655534f9e49b1399c0b59b871eccd07a041e65 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 14 Nov 2019 11:25:25 +0000 Subject: [PATCH 3/4] - Save and restore the proposal vertical scroll (related to a problem reseting the scroll position reported in bsc#1143558) - 4.2.22 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1038 --- yast2-installation-4.2.21.tar.bz2 | 3 --- yast2-installation-4.2.22.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.2.21.tar.bz2 create mode 100644 yast2-installation-4.2.22.tar.bz2 diff --git a/yast2-installation-4.2.21.tar.bz2 b/yast2-installation-4.2.21.tar.bz2 deleted file mode 100644 index 8057ffa..0000000 --- a/yast2-installation-4.2.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b38b30590245269c9dd1db088166b999a0da087b28c2876126cc1a65a595c84 -size 465586 diff --git a/yast2-installation-4.2.22.tar.bz2 b/yast2-installation-4.2.22.tar.bz2 new file mode 100644 index 0000000..d5ede0e --- /dev/null +++ b/yast2-installation-4.2.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5401335cf9b4b76c6cdff9dd7af27dfbcc6e9a9856934cf754bfcce6a9f9f13 +size 465804 diff --git a/yast2-installation.changes b/yast2-installation.changes index 2b35500..e001b7d 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 14 09:56:21 UTC 2019 - David Diaz + +- Save and restore the proposal vertical scroll (related to a + problem reseting the scroll position reported in bsc#1143558) +- 4.2.22 + ------------------------------------------------------------------- Sun Nov 10 18:56:53 UTC 2019 - David Diaz diff --git a/yast2-installation.spec b/yast2-installation.spec index 979bb87..ff2e2bc 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.2.21 +Version: 4.2.22 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From b163044d6c61a8cf890a509c9d3dc77fac9348571366f5b7a382f8759a5d1671 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 15 Nov 2019 10:44:21 +0000 Subject: [PATCH 4/4] - Use linuxrc option "reboot_timeout" to configure the timeout before reboot (bsc#1122493) - 4.2.23 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1039 --- yast2-installation-4.2.22.tar.bz2 | 3 --- yast2-installation-4.2.23.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-4.2.22.tar.bz2 create mode 100644 yast2-installation-4.2.23.tar.bz2 diff --git a/yast2-installation-4.2.22.tar.bz2 b/yast2-installation-4.2.22.tar.bz2 deleted file mode 100644 index d5ede0e..0000000 --- a/yast2-installation-4.2.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5401335cf9b4b76c6cdff9dd7af27dfbcc6e9a9856934cf754bfcce6a9f9f13 -size 465804 diff --git a/yast2-installation-4.2.23.tar.bz2 b/yast2-installation-4.2.23.tar.bz2 new file mode 100644 index 0000000..336cf73 --- /dev/null +++ b/yast2-installation-4.2.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d475fa51fb3f1ef43944cff90a71e890ac635233b90d3c11f38894cf34a6b35 +size 465718 diff --git a/yast2-installation.changes b/yast2-installation.changes index e001b7d..e7b748f 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 15 08:58:40 UTC 2019 - Oliver Kurz + +- Use linuxrc option "reboot_timeout" to configure the timeout + before reboot (bsc#1122493) +- 4.2.23 + ------------------------------------------------------------------- Thu Nov 14 09:56:21 UTC 2019 - David Diaz diff --git a/yast2-installation.spec b/yast2-installation.spec index ff2e2bc..a322f12 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.2.22 +Version: 4.2.23 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -37,7 +37,7 @@ BuildRequires: yast2-xml BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) # Y2Packager::ProductControlProduct -BuildRequires: yast2 >= 4.2.22 +BuildRequires: yast2 >= 4.2.32 # Y2Packager::MediumType BuildRequires: yast2-packager >= 4.2.27 # Y2Storage::Inhibitors including systemd masking @@ -77,7 +77,7 @@ Requires: yast2-proxy # writing settings in the first installation stage. Requires: yast2-services-manager >= 3.2.1 # Y2Packager::ProductControlProduct -Requires: yast2 >= 4.2.22 +Requires: yast2 >= 4.2.32 Requires: yast2-network >= 4.0.13 # for AbortException and handle direct abort Requires: yast2-ruby-bindings >= 4.0.6