Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package update-bootloader-rpm-macros for 
openSUSE:Factory checked in at 2021-07-15 23:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-bootloader-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.update-bootloader-rpm-macros.new.2625 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "update-bootloader-rpm-macros"

Thu Jul 15 23:58:52 2021 rev:5 rq:906019 version:0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/update-bootloader-rpm-macros/update-bootloader-rpm-macros.changes
        2021-07-02 13:26:46.337084043 +0200
+++ 
/work/SRC/openSUSE:Factory/.update-bootloader-rpm-macros.new.2625/update-bootloader-rpm-macros.changes
      2021-07-15 23:59:01.682162054 +0200
@@ -1,0 +2,7 @@
+Tue Jul 13 06:16:06 UTC 2021 - Michael Chang <[email protected]>
+
+- Use grub2-instdev-fixup.pl if available for correting
+  /etc/default/grub_installdevice to use disk device if grub has been
+  installed on it
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ update-bootloader-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.UhkDzs/_old  2021-07-15 23:59:02.186158002 +0200
+++ /var/tmp/diff_new_pack.UhkDzs/_new  2021-07-15 23:59:02.186158002 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %if %{undefined _rpmmacrodir}
   %define _rpmmacrodir %{_sysconfdir}/rpm
 %endif

++++++ macros.update-bootloader ++++++
--- /var/tmp/diff_new_pack.UhkDzs/_old  2021-07-15 23:59:02.218157744 +0200
+++ /var/tmp/diff_new_pack.UhkDzs/_new  2021-07-15 23:59:02.218157744 +0200
@@ -42,6 +42,9 @@
 if test -x /sbin/update-bootloader; then \
   if test -f %{_rundir}/update-bootloader/reinit; then \
     rm -f %{_rundir}/update-bootloader/{reinit,refresh} \
+    if test -x %{_libexecdir}/grub2-instdev-fixup.pl; then \
+      %{_libexecdir}/grub2-instdev-fixup.pl || : \
+    fi \
     /sbin/update-bootloader --reinit || : \
   elif test -f %{_rundir}/update-bootloader/refresh; then \
     rm -f %{_rundir}/update-bootloader/refresh \

Reply via email to