From 6326f7d294205bba2b39b02ea6cf5384dd386a63d2dae086403af69e61194e53 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 21 May 2021 14:20:00 +0000 Subject: [PATCH 1/3] - Logging all available product information into directory /var/log/YaST2/installation_info. This should help for evaluating the cause of e.g. bsc#1180888, bsc#1180908, bsc#1178688. - 4.4.8 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1114 --- yast2-installation-4.4.7.tar.bz2 | 3 --- yast2-installation-4.4.8.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-4.4.7.tar.bz2 create mode 100644 yast2-installation-4.4.8.tar.bz2 diff --git a/yast2-installation-4.4.7.tar.bz2 b/yast2-installation-4.4.7.tar.bz2 deleted file mode 100644 index ec623a0..0000000 --- a/yast2-installation-4.4.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa9ea6ae4696c090bf737ebf08173f135657fcf9da4614c36cc5ca67150ca9f7 -size 1472375 diff --git a/yast2-installation-4.4.8.tar.bz2 b/yast2-installation-4.4.8.tar.bz2 new file mode 100644 index 0000000..e536071 --- /dev/null +++ b/yast2-installation-4.4.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85b7e61a04008962a4880d696ac621e23c85645debd8d95bf665332d21a454c +size 1472214 diff --git a/yast2-installation.changes b/yast2-installation.changes index 68e87b0..437f802 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 20 14:29:15 UTC 2021 - Ladislav Slezák + +- Logging all available product information into directory + /var/log/YaST2/installation_info. This should help for evaluating + the cause of e.g. bsc#1180888, bsc#1180908, bsc#1178688. +- 4.4.8 + ------------------------------------------------------------------- Tue May 18 12:39:25 UTC 2021 - Knut Anderssen diff --git a/yast2-installation.spec b/yast2-installation.spec index 67caaed..05b6608 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.7 +Version: 4.4.8 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -70,8 +70,8 @@ Requires: iproute2 Requires: pciutils # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) Requires: tar -# Yast2::FsSnapshotStore::IOError -Requires: yast2 >= 4.3.53 +# Installation::InstallationInfo +Requires: yast2 >= 4.4.4 # CIOIgnore Requires: yast2-bootloader Requires: yast2-country >= 3.3.1 From 40fd928f76b6d2533dc1d802a5b5179a5921e40a207589eb3d66a207361b5d4f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 24 May 2021 14:08:26 +0000 Subject: [PATCH 2/3] - The InstallationData class has been moved to yast2-packager (related to the previous fix, e.g. bsc#1180888) - 4.4.9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1115 --- yast2-installation-4.4.8.tar.bz2 | 3 --- yast2-installation-4.4.9.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-4.4.8.tar.bz2 create mode 100644 yast2-installation-4.4.9.tar.bz2 diff --git a/yast2-installation-4.4.8.tar.bz2 b/yast2-installation-4.4.8.tar.bz2 deleted file mode 100644 index e536071..0000000 --- a/yast2-installation-4.4.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e85b7e61a04008962a4880d696ac621e23c85645debd8d95bf665332d21a454c -size 1472214 diff --git a/yast2-installation-4.4.9.tar.bz2 b/yast2-installation-4.4.9.tar.bz2 new file mode 100644 index 0000000..7647673 --- /dev/null +++ b/yast2-installation-4.4.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8397306a1ff9febcd3d3a09030ebf57448cf191418cc306d10fd2845997e7d2 +size 1471927 diff --git a/yast2-installation.changes b/yast2-installation.changes index 437f802..ea68ef6 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 24 11:20:46 UTC 2021 - Ladislav Slezák + +- The InstallationData class has been moved to yast2-packager + (related to the previous fix, e.g. bsc#1180888) +- 4.4.9 + ------------------------------------------------------------------- Thu May 20 14:29:15 UTC 2021 - Ladislav Slezák diff --git a/yast2-installation.spec b/yast2-installation.spec index 05b6608..4328fc8 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.8 +Version: 4.4.9 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -39,8 +39,8 @@ BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-firewall # Dropped Yast::LanItems BuildRequires: yast2-network >= 4.4.7 -# Y2Packager::MediumType -BuildRequires: yast2-packager >= 4.2.27 +# Y2Packager::InstallationData +BuildRequires: yast2-packager >= 4.4.2 # for AbortException and handle direct abort BuildRequires: yast2-ruby-bindings >= 4.0.6 # For selinux classes @@ -80,8 +80,8 @@ Requires: yast2-country >= 3.3.1 Requires: yast2-country-data >= 2.16.11 # Dropped Yast::LanItems Requires: yast2-network >= 4.4.7 -# Y2Packager::MediumType -Requires: yast2-packager >= 4.2.22 +# Y2Packager::InstallationData +Requires: yast2-packager >= 4.4.2 # Pkg::ProvidePackage Requires: yast2-pkg-bindings >= 3.1.33 # Proxy settings for 2nd stage (bnc#764951) From aca2d34f9d0658f3005d33fd9429f8722e15ada345535b6157cd1fa1a43b4241 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 31 May 2021 13:53:19 +0000 Subject: [PATCH 3/3] - Modify IP forwarding network configuration using the defaults defined in the control file when selecting the role (bsc#1186280) - 4.4.10 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1116 --- yast2-installation-4.4.10.tar.bz2 | 3 +++ yast2-installation-4.4.9.tar.bz2 | 3 --- yast2-installation.changes | 7 +++++++ yast2-installation.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 yast2-installation-4.4.10.tar.bz2 delete mode 100644 yast2-installation-4.4.9.tar.bz2 diff --git a/yast2-installation-4.4.10.tar.bz2 b/yast2-installation-4.4.10.tar.bz2 new file mode 100644 index 0000000..62e0899 --- /dev/null +++ b/yast2-installation-4.4.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0c50aa46c1665842470302737c90b6c73e34c6853e86bc75f59bc8dcfede0c +size 1472876 diff --git a/yast2-installation-4.4.9.tar.bz2 b/yast2-installation-4.4.9.tar.bz2 deleted file mode 100644 index 7647673..0000000 --- a/yast2-installation-4.4.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8397306a1ff9febcd3d3a09030ebf57448cf191418cc306d10fd2845997e7d2 -size 1471927 diff --git a/yast2-installation.changes b/yast2-installation.changes index ea68ef6..554e8fa 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 31 08:43:52 UTC 2021 - Knut Anderssen + +- Modify IP forwarding network configuration using the defaults + defined in the control file when selecting the role (bsc#1186280) +- 4.4.10 + ------------------------------------------------------------------- Mon May 24 11:20:46 UTC 2021 - Ladislav Slezák diff --git a/yast2-installation.spec b/yast2-installation.spec index 4328fc8..dcb03d7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.9 +Version: 4.4.10 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -37,8 +37,8 @@ BuildRequires: yast2-country >= 3.3.1 BuildRequires: yast2-devtools >= 3.1.10 # For firewall widgets BuildRequires: yast2-firewall -# Dropped Yast::LanItems -BuildRequires: yast2-network >= 4.4.7 +# Y2Network::ProposalSettings #modify_defaults and #apply_defaults (forwarding configurable) +BuildRequires: yast2-network >= 4.4.12 # Y2Packager::InstallationData BuildRequires: yast2-packager >= 4.4.2 # for AbortException and handle direct abort @@ -78,8 +78,8 @@ Requires: yast2-country >= 3.3.1 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) Requires: yast2-country-data >= 2.16.11 -# Dropped Yast::LanItems -Requires: yast2-network >= 4.4.7 +# Y2Network::ProposalSettings #modify_defaults and #apply_defaults (forwarding configurable) +Requires: yast2-network >= 4.4.12 # Y2Packager::InstallationData Requires: yast2-packager >= 4.4.2 # Pkg::ProvidePackage