[grub2] Get rid of efi_uga and efi_gop, favoring all_video instead.

Peter Jones pjones at fedoraproject.org
Mon May 21 20:37:41 UTC 2012


commit c10845e1547fe4e8dc8f861e731a35dfa1a64241
Author: Peter Jones <pjones at redhat.com>
Date:   Mon May 21 16:37:32 2012 -0400

    Get rid of efi_uga and efi_gop, favoring all_video instead.

 grub2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index fd0542b..ad88891 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -39,7 +39,7 @@
 Name:           grub2
 Epoch:          1
 Version:        2.0
-Release:        0.28.beta5%{?dist}
+Release:        0.29.beta5%{?dist}
 Summary:        Bootloader with support for Linux, Multiboot and more
 
 Group:          System Environment/Base
@@ -162,7 +162,7 @@ cd grub-efi-%{tarversion}
 make %{?_smp_mflags}
 ./grub-mkimage -O %{grubefiarch} -o %{grubefiname}  -d grub-core \
 	part_gpt hfsplus fat ext2 btrfs normal chain boot configfile linux \
-	minicmd reboot halt search font gfxterm echo video efi_gop efi_uga \
+	minicmd reboot halt search font gfxterm echo video all_video \
 	test gfxmenu png
 cd ..
 %endif
@@ -383,6 +383,9 @@ fi
 %doc grub-%{tarversion}/themes/starfield/COPYING.CC-BY-SA-3.0
 
 %changelog
+* Mon May 21 2012 Peter Jones <pjones at redhat.com> - 2.0-0.29.beta5
+- Get rid of efi_uga and efi_gop, favoring all_video instead.
+
 * Mon May 21 2012 Peter Jones <pjones at redhat.com> - 2.0-0.28.beta5
 - Name grub.efi something that's arch-appropriate (kiilerix, pjones)
 - use EFI/$SOMETHING_DISTRO_BASED/ not always EFI/redhat/grub2-efi/ .


More information about the scm-commits mailing list