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 2026-01-26 10:44:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-bootloader.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-bootloader"

Mon Jan 26 10:44:47 2026 rev:355 rq:1328861 version:5.0.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes        
2026-01-22 15:12:49.866868391 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-bootloader.new.1928/yast2-bootloader.changes  
    2026-01-26 10:58:10.775589163 +0100
@@ -1,0 +2,7 @@
+Thu Jan 22 11:25:04 UTC 2026 - Stefan Schubert <[email protected]>
+
+- Install "shim" only if secure boot is supported
+  (bnc#1254865)
+- 5.0.31
+
+-------------------------------------------------------------------

Old:
----
  yast2-bootloader-5.0.30.tar.bz2

New:
----
  yast2-bootloader-5.0.31.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.x9lVGa/_old  2026-01-26 10:58:12.851675669 +0100
+++ /var/tmp/diff_new_pack.x9lVGa/_new  2026-01-26 10:58:12.867676335 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-bootloader
-Version:        5.0.30
+Version:        5.0.31
 Release:        0
 Summary:        YaST2 - Bootloader Configuration
 License:        GPL-2.0-or-later

++++++ yast2-bootloader-5.0.30.tar.bz2 -> yast2-bootloader-5.0.31.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-5.0.30/package/yast2-bootloader.changes 
new/yast2-bootloader-5.0.31/package/yast2-bootloader.changes
--- old/yast2-bootloader-5.0.30/package/yast2-bootloader.changes        
2026-01-21 16:40:54.000000000 +0100
+++ new/yast2-bootloader-5.0.31/package/yast2-bootloader.changes        
2026-01-23 11:52:05.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Jan 22 11:25:04 UTC 2026 - Stefan Schubert <[email protected]>
+
+- Install "shim" only if secure boot is supported
+  (bnc#1254865)
+- 5.0.31
+
+-------------------------------------------------------------------
 Wed Jan 21 08:40:53 UTC 2026 - Josef Reidinger <[email protected]>
 
 - Allow to set explicitly os-prober availability
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-5.0.30/package/yast2-bootloader.spec 
new/yast2-bootloader-5.0.31/package/yast2-bootloader.spec
--- old/yast2-bootloader-5.0.30/package/yast2-bootloader.spec   2026-01-21 
16:40:54.000000000 +0100
+++ new/yast2-bootloader-5.0.31/package/yast2-bootloader.spec   2026-01-23 
11:52:05.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-bootloader
-Version:        5.0.30
+Version:        5.0.31
 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.30/src/lib/bootloader/grub2bls.rb 
new/yast2-bootloader-5.0.31/src/lib/bootloader/grub2bls.rb
--- old/yast2-bootloader-5.0.30/src/lib/bootloader/grub2bls.rb  2026-01-21 
16:40:54.000000000 +0100
+++ new/yast2-bootloader-5.0.31/src/lib/bootloader/grub2bls.rb  2026-01-23 
11:52:05.000000000 +0100
@@ -151,7 +151,7 @@
       res = super
       res << ("grub2-" + grub2bls_architecture + "-efi-bls")
       res << "sdbootutil"
-      res << "shim"
+      res << "shim" if Systeminfo.secure_boot_supported?
       res
     end
 

Reply via email to