Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2025-04-02 17:05:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Wed Apr  2 17:05:43 2025 rev:355 rq:1265636 version:2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2025-03-25 
22:08:06.611962739 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new.1907/grub2.changes    2025-04-02 
17:06:30.672116459 +0200
@@ -1,0 +2,5 @@
+Thu Mar 27 04:10:39 UTC 2025 - Michael Chang <mch...@suse.com>
+
+- Fix grub-bls has broken builtin theme for SLE (bsc#1240090)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.DdoOcn/_old  2025-04-02 17:06:38.408440562 +0200
+++ /var/tmp/diff_new_pack.DdoOcn/_new  2025-04-02 17:06:38.408440562 +0200
@@ -893,6 +893,14 @@
 
 mkdir -p ./boot/grub
 cp -rf "%{_datadir}/%{name}/themes/$theme_vendor" ./boot/grub/themes
+
+# Background image is used by SLE branding
+theme_background="%{_datadir}/%{name}/backgrounds/$theme_vendor/default-43.png"
+if [ -f "$theme_background" ]; then
+    cp "$theme_background" ./boot/grub/themes/background.png
+    cp "$theme_background" ./boot/grub/themes/terminal-background.png
+fi
+
 rm -f "./boot/grub/themes/activate-theme"
 
 cat > ./grubbls.cfg <<'EOF'

Reply via email to