Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2021-12-13 20:42:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Mon Dec 13 20:42:04 2021 rev:255 rq:937401 version:2.06

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2021-12-08 
22:08:34.274851753 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new.2520/grub2.changes    2021-12-13 
20:46:45.528502442 +0100
@@ -1,0 +2,6 @@
+Wed Dec  8 14:16:58 UTC 2021 - Michal Suchanek <msucha...@suse.com>
+
+- Add support for simplefb (boo#1193532).
+  + grub2-simplefb.patch
+
+-------------------------------------------------------------------

New:
----
  grub2-simplefb.patch

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.nAEvId/_old  2021-12-13 20:46:47.356502666 +0100
+++ /var/tmp/diff_new_pack.nAEvId/_new  2021-12-13 20:46:47.360502666 +0100
@@ -176,6 +176,7 @@
 Patch2:         grub2-linux.patch
 Patch3:         use-grub2-as-a-package-name.patch
 Patch4:         info-dir-entry.patch
+Patch5:         grub2-simplefb.patch
 Patch6:         grub2-iterate-and-hook-for-extended-partition.patch
 Patch8:         grub2-ppc-terminfo.patch
 Patch9:         grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch


++++++ grub2-simplefb.patch ++++++


--- grub-2.06/util/grub.d/10_linux.in   2021-12-08 14:57:02.381591797 +0100
+++ grub-2.06/util/grub.d/10_linux.in   2021-12-08 15:09:08.563593340 +0100
@@ -149,7 +149,7 @@
   # FIXME: We need an interface to select vesafb in case efifb can't be used.
   if [ "x$GRUB_GFXPAYLOAD_LINUX" = x ]; then
       echo "   load_video" | sed "s/^/$submenu_indentation/"
-      if grep -qx "CONFIG_FB_EFI=y" "${config}" 2> /dev/null \
+      if grep -qx "CONFIG_\(FB_EFI\|SYSFB_SIMPLEFB\)=y" "${config}" 2> 
/dev/null \
          && grep -qx "CONFIG_VT_HW_CONSOLE_BINDING=y" "${config}" 2> 
/dev/null; then
          echo "        set gfxpayload=keep" | sed "s/^/$submenu_indentation/"
       fi

Reply via email to