From 9e5c00a70a04769f25283373e6c6aa2ba32db547feb4ac62452f2bdfeab182ea Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 3 Feb 2021 14:31:49 +0000 Subject: [PATCH 1/4] Updated to git ref e7a7936c OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1091 --- yast2-installation-4.3.24.tar.bz2 | 4 ++-- yast2-installation.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yast2-installation-4.3.24.tar.bz2 b/yast2-installation-4.3.24.tar.bz2 index f09b6df..6327807 100644 --- a/yast2-installation-4.3.24.tar.bz2 +++ b/yast2-installation-4.3.24.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e1a1732a57793bbcff80474fbd3112f5f4f923cc50623e1bf8a5e94a8a5f535 -size 1452552 +oid sha256:a69e1cded8c6cfac1118a09a801c4cb0b8fee5a05a77b996978a49524a618131 +size 1455108 diff --git a/yast2-installation.spec b/yast2-installation.spec index e56f877..0fc1502 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-installation # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From db9fc514de77c8098ebc5ac520474f2eca3924ed8246c696d66dfbe44e04b662 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 10 Feb 2021 15:44:13 +0000 Subject: [PATCH 2/4] - Do not crash when it is not possible to create a snapshot after installing or upgrading the system (bsc#1180142). - 4.3.25 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1092 --- yast2-installation-4.3.24.tar.bz2 | 3 --- yast2-installation-4.3.25.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-4.3.24.tar.bz2 create mode 100644 yast2-installation-4.3.25.tar.bz2 diff --git a/yast2-installation-4.3.24.tar.bz2 b/yast2-installation-4.3.24.tar.bz2 deleted file mode 100644 index 6327807..0000000 --- a/yast2-installation-4.3.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a69e1cded8c6cfac1118a09a801c4cb0b8fee5a05a77b996978a49524a618131 -size 1455108 diff --git a/yast2-installation-4.3.25.tar.bz2 b/yast2-installation-4.3.25.tar.bz2 new file mode 100644 index 0000000..6e477b0 --- /dev/null +++ b/yast2-installation-4.3.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5398c71f5e4e1d07022aee809c0030df18ee7bd732b0159063ee1aaabf02ee68 +size 1455053 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5dd7335..51421c5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 10 08:01:33 UTC 2021 - Imobach Gonzalez Sosa + +- Do not crash when it is not possible to create a snapshot after + installing or upgrading the system (bsc#1180142). +- 4.3.25 + ------------------------------------------------------------------- Mon Dec 7 09:27:38 UTC 2020 - Ladislav Slezák diff --git a/yast2-installation.spec b/yast2-installation.spec index 0fc1502..f29abe2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.3.24 +Version: 4.3.25 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -36,8 +36,8 @@ BuildRequires: yast2-ruby-bindings >= 4.0.6 BuildRequires: yast2-xml BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) -# Yast::OSRelease.ReleaseVersionHumanReadable -BuildRequires: yast2 >= 4.2.56 +# Yast2::FsSnapshotStore::IOError +BuildRequires: yast2 >= 4.3.53 # Y2Packager::MediumType BuildRequires: yast2-packager >= 4.2.27 # CIOIgnore @@ -79,8 +79,8 @@ Requires: yast2-proxy # Systemd default target and services. This version supports # writing settings in the first installation stage. Requires: yast2-services-manager >= 3.2.1 -# UI::Wizards::Layout -Requires: yast2 >= 4.3.16 +# Yast2::FsSnapshotStore::IOError +Requires: yast2 >= 4.3.53 # Y2Network::NtpServer Requires: yast2-network >= 4.2.55 # for AbortException and handle direct abort From 52259c0baa6819fa83a8c1d54c8aa7609d7cae640f20901526ab131609ef5a8a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 18 Feb 2021 21:47:06 +0000 Subject: [PATCH 3/4] - Adapted unit test to recent changes in Yast::Report (related to bsc#1179893). - 4.3.26 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1093 --- yast2-installation-4.3.25.tar.bz2 | 3 --- yast2-installation-4.3.26.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.3.25.tar.bz2 create mode 100644 yast2-installation-4.3.26.tar.bz2 diff --git a/yast2-installation-4.3.25.tar.bz2 b/yast2-installation-4.3.25.tar.bz2 deleted file mode 100644 index 6e477b0..0000000 --- a/yast2-installation-4.3.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5398c71f5e4e1d07022aee809c0030df18ee7bd732b0159063ee1aaabf02ee68 -size 1455053 diff --git a/yast2-installation-4.3.26.tar.bz2 b/yast2-installation-4.3.26.tar.bz2 new file mode 100644 index 0000000..825b6ca --- /dev/null +++ b/yast2-installation-4.3.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c724e35f09c86b217792081a76d2c015ea7894adb51e67f81cb9ba6d66f019 +size 1455206 diff --git a/yast2-installation.changes b/yast2-installation.changes index 51421c5..89a1d3e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 18 21:34:23 UTC 2021 - Josef Reidinger + +- Adapted unit test to recent changes in Yast::Report (related to + bsc#1179893). +- 4.3.26 + ------------------------------------------------------------------- Wed Feb 10 08:01:33 UTC 2021 - Imobach Gonzalez Sosa diff --git a/yast2-installation.spec b/yast2-installation.spec index f29abe2..2bf2dd6 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.3.25 +Version: 4.3.26 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From ce3a14cf19c520995f1373276b7d0e4a77e45b752c7c32c0e9f2b15db916a148 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 26 Feb 2021 08:16:15 +0000 Subject: [PATCH 4/4] - Fix previous change to include in proposal summary selinux (jsc#SLE-17307) - 4.3.28 - Add new security proposal and finish clients to replace firewall one as the new clients contain also configuration for cpu mitigation, policy kit default privileges (jsc#SLE-15840) and selinux mode (jsc#SLE-17307) - 4.3.27 - Do not change polkit default privileges during upgrade OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1094 --- yast2-installation-4.3.26.tar.bz2 | 3 --- yast2-installation-4.3.28.tar.bz2 | 3 +++ yast2-installation.changes | 18 +++++++++++++++++- yast2-installation.spec | 6 +++++- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-4.3.26.tar.bz2 create mode 100644 yast2-installation-4.3.28.tar.bz2 diff --git a/yast2-installation-4.3.26.tar.bz2 b/yast2-installation-4.3.26.tar.bz2 deleted file mode 100644 index 825b6ca..0000000 --- a/yast2-installation-4.3.26.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38c724e35f09c86b217792081a76d2c015ea7894adb51e67f81cb9ba6d66f019 -size 1455206 diff --git a/yast2-installation-4.3.28.tar.bz2 b/yast2-installation-4.3.28.tar.bz2 new file mode 100644 index 0000000..9d3a9ea --- /dev/null +++ b/yast2-installation-4.3.28.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863601761d5203cbfcc832c3b129f5c4aa3db4308ec65cb3c2d6a8a154ebbbd9 +size 1463552 diff --git a/yast2-installation.changes b/yast2-installation.changes index 89a1d3e..0b669a9 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 25 17:50:27 UTC 2021 - Josef Reidinger + +- Fix previous change to include in proposal summary selinux + (jsc#SLE-17307) +- 4.3.28 + +------------------------------------------------------------------- +Wed Feb 24 20:56:30 UTC 2021 - Josef Reidinger + +- Add new security proposal and finish clients to replace firewall + one as the new clients contain also configuration for cpu + mitigation, policy kit default privileges (jsc#SLE-15840) + and selinux mode (jsc#SLE-17307) +- 4.3.27 + ------------------------------------------------------------------- Thu Feb 18 21:34:23 UTC 2021 - Josef Reidinger @@ -525,7 +541,7 @@ Thu Mar 7 08:10:33 UTC 2019 - Ladislav Slezák ------------------------------------------------------------------- Wed Mar 6 13:01:03 UTC 2019 - jreidinger@suse.com -- Do not change polkit default priviledges during upgrade +- Do not change polkit default privileges during upgrade (bsc#1120720) - 4.1.40 diff --git a/yast2-installation.spec b/yast2-installation.spec index 2bf2dd6..493f40d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.3.26 +Version: 4.3.28 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -42,6 +42,10 @@ BuildRequires: yast2 >= 4.3.53 BuildRequires: yast2-packager >= 4.2.27 # CIOIgnore BuildRequires: yast2-bootloader +# For selinux classes +BuildRequires: yast2-security +# For firewall widgets +BuildRequires: yast2-firewall # using /usr/bin/udevadm BuildRequires: yast2-storage-ng >= 4.2.71 # Y2Network::NtpServer