Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at 2024-03-18 16:43:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old) and /work/SRC/openSUSE:Factory/.yast2-bootloader.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-bootloader" Mon Mar 18 16:43:59 2024 rev:335 rq:1158321 version:5.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes 2024-03-03 20:19:31.574275258 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new.1905/yast2-bootloader.changes 2024-03-18 16:44:07.706005579 +0100 @@ -1,0 +2,7 @@ +Fri Mar 15 10:11:13 UTC 2024 - Josef Reidinger <jreidin...@suse.com> + +- Improve warnings and help text for secure boot on s390 to reflect + state with new hardware. (bsc#1219989) +- 5.0.7 + +------------------------------------------------------------------- Old: ---- yast2-bootloader-5.0.6.tar.bz2 New: ---- yast2-bootloader-5.0.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.Zj8APn/_old 2024-03-18 16:44:08.562037165 +0100 +++ /var/tmp/diff_new_pack.Zj8APn/_new 2024-03-18 16:44:08.562037165 +0100 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 5.0.6 +Version: 5.0.7 Release: 0 Summary: YaST2 - Bootloader Configuration License: GPL-2.0-or-later ++++++ yast2-bootloader-5.0.6.tar.bz2 -> yast2-bootloader-5.0.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-5.0.6/package/yast2-bootloader.changes new/yast2-bootloader-5.0.7/package/yast2-bootloader.changes --- old/yast2-bootloader-5.0.6/package/yast2-bootloader.changes 2024-02-29 11:59:06.000000000 +0100 +++ new/yast2-bootloader-5.0.7/package/yast2-bootloader.changes 2024-03-15 23:32:58.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Mar 15 10:11:13 UTC 2024 - Josef Reidinger <jreidin...@suse.com> + +- Improve warnings and help text for secure boot on s390 to reflect + state with new hardware. (bsc#1219989) +- 5.0.7 + +------------------------------------------------------------------- Mon Feb 26 13:30:54 UTC 2024 - Stefan Schubert <sch...@suse.com> - Feature: Do not timeout boot menue in systemd-boot. (bsc#1216366) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-5.0.6/package/yast2-bootloader.spec new/yast2-bootloader-5.0.7/package/yast2-bootloader.spec --- old/yast2-bootloader-5.0.6/package/yast2-bootloader.spec 2024-02-29 11:59:06.000000000 +0100 +++ new/yast2-bootloader-5.0.7/package/yast2-bootloader.spec 2024-03-15 23:32:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 5.0.6 +Version: 5.0.7 Release: 0 Summary: YaST2 - Bootloader Configuration License: GPL-2.0-or-later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-5.0.6/src/lib/bootloader/grub2_widgets.rb new/yast2-bootloader-5.0.7/src/lib/bootloader/grub2_widgets.rb --- old/yast2-bootloader-5.0.6/src/lib/bootloader/grub2_widgets.rb 2024-02-29 11:59:06.000000000 +0100 +++ new/yast2-bootloader-5.0.7/src/lib/bootloader/grub2_widgets.rb 2024-03-15 23:32:58.000000000 +0100 @@ -360,8 +360,10 @@ "<p><b>Secure Boot Support</b> if checked enables Secure Boot support.<br>" \ "This does not turn on secure booting. " \ "It only switches to the new secure-boot enabled boot data format. " \ - "Note that this new format works only on z15 or later and only for zFCP disks. " \ - "The system does not boot if these requirements are not met.</p>" + "Note that this new format works only on z15 or later and "\ + "only for some disk types. " \ + "For more details see the requirements at " \ + "https://www.ibm.com/docs/en/linux-on-systems?topic=introduction-requirements</p>" ) else _( @@ -389,9 +391,12 @@ Yast::Popup.ContinueCancel( _( - "The new secure-boot enabled boot data format works only on z15 " \ - "and later and only for zFCP disks.\n\n" \ - "The system does not boot if these requirements are not met." + "The secure boot IPL works only on IBM z15, IBM LinuxONE III or later.\n" \ + "Also note the following restrictions:" \ + "NVMe disks work since IBM LinuxONE III.\n" \ + "FC-attached SCSI disks need at least IBM LinuxONE III or IBM z15.\n" \ + "ECKD DASDs with CDL layout work on IBM z16, LinuxONE 4 or newer.\n" \ + "If these requirements are not met, the system will not IPL in secure mode." ) ) end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-5.0.6/src/lib/bootloader/systemdboot_widgets.rb new/yast2-bootloader-5.0.7/src/lib/bootloader/systemdboot_widgets.rb --- old/yast2-bootloader-5.0.6/src/lib/bootloader/systemdboot_widgets.rb 2024-02-29 11:59:06.000000000 +0100 +++ new/yast2-bootloader-5.0.7/src/lib/bootloader/systemdboot_widgets.rb 2024-03-15 23:32:58.000000000 +0100 @@ -58,11 +58,8 @@ end def store - if Yast::UI.QueryWidget(Id(:cont_boot), :Value) - systemdboot.menue_timeout = Yast::UI.QueryWidget(Id(:seconds), :Value) - else - systemdboot.menue_timeout = -1 - end + cont_boot = Yast::UI.QueryWidget(Id(:cont_boot), :Value) + systemdboot.menue_timeout = cont_boot ? Yast::UI.QueryWidget(Id(:seconds), :Value) : -1 end private