Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2023-09-06 18:55:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Wed Sep  6 18:55:28 2023 rev:300 rq:1108747 version:2.12~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2023-08-31 
13:42:21.305011385 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new.1766/grub2.changes    2023-09-06 
18:55:31.713859208 +0200
@@ -1,0 +2,5 @@
+Thu Aug 31 19:09:33 UTC 2023 - Andreas Schwab <sch...@suse.de>
+
+- grub2-mkconfig-riscv64.patch: Handle riscv64 in mkconfig
+
+-------------------------------------------------------------------

New:
----
  grub2-mkconfig-riscv64.patch

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.XkDSOY/_old  2023-09-06 18:55:46.322379973 +0200
+++ /var/tmp/diff_new_pack.XkDSOY/_new  2023-09-06 18:55:46.326380115 +0200
@@ -373,6 +373,7 @@
 Patch186:       0002-cryptodisk-Fallback-to-passphrase.patch
 Patch187:       0003-cryptodisk-wipe-out-the-cached-keys-from-protectors.patch
 Patch188:       0004-diskfilter-look-up-cryptodisk-devices-first.patch
+Patch189:       grub2-mkconfig-riscv64.patch
 
 Requires:       gettext-runtime
 %if 0%{?suse_version} >= 1140


++++++ grub2-mkconfig-riscv64.patch ++++++
Index: grub-2.04/util/grub.d/10_linux.in
===================================================================
--- grub-2.04.orig/util/grub.d/10_linux.in
+++ grub-2.04/util/grub.d/10_linux.in
@@ -216,6 +216,7 @@ case "x$machine" in
     xi?86 | xx86_64) klist="/boot/vmlinuz-* /vmlinuz-* /boot/kernel-*" ;;
     xaarch64) klist="/boot/Image-* /Image-* /boot/kernel-*" ;;
     xarm*) klist="/boot/zImage-* /zImage-* /boot/kernel-*" ;;
+    xriscv64) klist="/boot/Image-* /Image-* /boot/kernel-*" ;;
     xs390 | xs390x)  klist="/boot/image-* /boot/kernel-*" ;;
     *) klist="/boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* \
                /boot/kernel-*" ;;

Reply via email to