Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2022-10-03 13:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shim (Old)
 and      /work/SRC/openSUSE:Factory/.shim.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shim"

Mon Oct  3 13:44:20 2022 rev:105 rq:1007166 version:15.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/shim/shim.changes        2022-09-17 
20:10:06.861117813 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new.2275/shim.changes      2022-10-03 
13:44:30.845316706 +0200
@@ -1,0 +2,6 @@
+Thu Sep 29 02:42:35 UTC 2022 - Michael Chang <mch...@suse.com>
+
+- shim-install: ensure grub.cfg created is not overwritten after
+  installing grub related files
+
+-------------------------------------------------------------------

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

Other differences:
------------------


++++++ shim-install ++++++
--- /var/tmp/diff_new_pack.f47vFd/_old  2022-10-03 13:44:31.597318360 +0200
+++ /var/tmp/diff_new_pack.f47vFd/_new  2022-10-03 13:44:31.601318369 +0200
@@ -386,13 +386,15 @@
 
 }
 
-make_grubcfg > "${efidir}/grub.cfg"
 # bnc#889765 GRUB shows broken letters at boot
 # invoke grub_install to initialize /boot/grub2 directory with files needed by 
grub.cfg
 # bsc#1118363 shim-install didn't specify the target for grub2-install
 # set the target explicitly for some special cases 
 ${grub_install} --target=${grub_install_target} --no-nvram
 
+# Making sure grub.cfg not overwritten by grub-install above 
+make_grubcfg > "${efidir}/grub.cfg"
+
 if test "$no_nvram" = no && test -n "$bootloader_id"; then
 
     modprobe -q efivars 2>/dev/null || true

Reply via email to