Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at 2024-05-01 14:55:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation" Wed May 1 14:55:39 2024 rev:533 rq:1170985 version:5.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2024-04-09 16:46:56.615443090 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new.1880/yast2-installation.changes 2024-05-01 14:55:54.072708779 +0200 @@ -1,0 +2,6 @@ +Fri Apr 26 14:09:15 UTC 2024 - Stefan Schubert <[email protected]> + +- Handle SystemdBoot mitigations. (bsc#1220892) +- 5.0.9 + +------------------------------------------------------------------- Old: ---- yast2-installation-5.0.8.tar.bz2 New: ---- yast2-installation-5.0.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.2egCBo/_old 2024-05-01 14:55:54.772734178 +0200 +++ /var/tmp/diff_new_pack.2egCBo/_new 2024-05-01 14:55:54.772734178 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 5.0.8 +Version: 5.0.9 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -30,8 +30,8 @@ BuildRequires: update-desktop-files # Kernel: Use is_zvm from Yast::Arch BuildRequires: yast2 >= 5.0.5 -# Whitelist cio_ignore s390 parameter -BuildRequires: yast2-bootloader >= 5.0.4 +# systemd-boot kernel parameters +BuildRequires: yast2-bootloader >= 5.0.9 # storage-ng based version BuildRequires: yast2-country >= 3.3.1 BuildRequires: yast2-devtools >= 3.1.10 @@ -76,7 +76,7 @@ Requires: (yast2-x11 >= 4.5.1 if libyui-qt) # Y2Packager::Repository.refresh Requires: yast2 >= 5.0.3 -Requires: yast2-bootloader >= 5.0.1 +Requires: yast2-bootloader >= 5.0.9 Requires: yast2-country >= 3.3.1 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) ++++++ yast2-installation-5.0.8.tar.bz2 -> yast2-installation-5.0.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-5.0.8/package/yast2-installation.changes new/yast2-installation-5.0.9/package/yast2-installation.changes --- old/yast2-installation-5.0.8/package/yast2-installation.changes 2024-04-08 11:36:21.000000000 +0200 +++ new/yast2-installation-5.0.9/package/yast2-installation.changes 2024-04-30 13:42:47.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Apr 26 14:09:15 UTC 2024 - Stefan Schubert <[email protected]> + +- Handle SystemdBoot mitigations. (bsc#1220892) +- 5.0.9 + +------------------------------------------------------------------- Wed Apr 3 13:39:37 UTC 2024 - Knut Anderssen <[email protected]> - Adapted call for connecting all discovered NVMe-over-Fabrics diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-5.0.8/package/yast2-installation.spec new/yast2-installation-5.0.9/package/yast2-installation.spec --- old/yast2-installation-5.0.8/package/yast2-installation.spec 2024-04-08 11:36:21.000000000 +0200 +++ new/yast2-installation-5.0.9/package/yast2-installation.spec 2024-04-30 13:42:47.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 5.0.8 +Version: 5.0.9 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -29,8 +29,8 @@ BuildRequires: update-desktop-files # Kernel: Use is_zvm from Yast::Arch BuildRequires: yast2 >= 5.0.5 -# Whitelist cio_ignore s390 parameter -BuildRequires: yast2-bootloader >= 5.0.4 +# systemd-boot kernel parameters +BuildRequires: yast2-bootloader >= 5.0.9 # storage-ng based version BuildRequires: yast2-country >= 3.3.1 BuildRequires: yast2-devtools >= 3.1.10 @@ -75,7 +75,7 @@ Requires: (yast2-x11 >= 4.5.1 if libyui-qt) # Y2Packager::Repository.refresh Requires: yast2 >= 5.0.3 -Requires: yast2-bootloader >= 5.0.1 +Requires: yast2-bootloader >= 5.0.9 Requires: yast2-country >= 3.3.1 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-5.0.8/src/lib/installation/dialogs/security.rb new/yast2-installation-5.0.9/src/lib/installation/dialogs/security.rb --- old/yast2-installation-5.0.8/src/lib/installation/dialogs/security.rb 2024-04-08 11:36:21.000000000 +0200 +++ new/yast2-installation-5.0.9/src/lib/installation/dialogs/security.rb 2024-04-30 13:42:47.000000000 +0200 @@ -121,7 +121,7 @@ def cpu_frame frame( _("CPU"), - ::Bootloader::Grub2Widget::CpuMitigationsWidget.new + ::Bootloader::CpuMitigationsWidget.new ) end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-5.0.8/src/lib/transfer/file_from_url.rb new/yast2-installation-5.0.9/src/lib/transfer/file_from_url.rb --- old/yast2-installation-5.0.8/src/lib/transfer/file_from_url.rb 2024-04-08 11:36:21.000000000 +0200 +++ new/yast2-installation-5.0.9/src/lib/transfer/file_from_url.rb 2024-04-30 13:42:47.000000000 +0200 @@ -451,13 +451,13 @@ from: "any", to: "list <map>" ) - Builtins.foreach(disks) do |m| - if _Scheme == "usb" && Ops.get_string(m, "bus", "USB") != "SCSI" + Builtins.foreach(disks) do |disk| + if _Scheme == "usb" && Ops.get_string(disk, "bus", "USB") != "SCSI" next end - if Builtins.haskey(m, "dev_name") + if Builtins.haskey(disk, "dev_name") i = 0 - dev = Ops.get_string(m, "dev_name", "") + dev = Ops.get_string(disk, "dev_name", "") deviceList = Builtins.add( deviceList, Builtins.substring(dev, 5) @@ -465,7 +465,7 @@ begin i = Ops.add(i, 1) dev = Ops.add( - Ops.get_string(m, "dev_name", ""), + Ops.get_string(disk, "dev_name", ""), Builtins.sformat("%1", i) ) if SCR.Read(path(".target.lstat"), dev) != {}
