From 945dd8118cc7d30f5c584ca62d9aa35d9dd3cc84 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 8 Aug 2012 14:27:04 -0400 Subject: [PATCH] Include fix efi memory map fix from upstream (#839363) --- grub2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grub2.spec b/grub2.spec index 3940240..29b3c76 100644 --- a/grub2.spec +++ b/grub2.spec @@ -63,6 +63,7 @@ Patch18: grub-2.00-ignore-gnulib-gets-stupidity.patch Patch20: grub2-linuxefi.patch Patch21: grub2-cdpath.patch Patch22: grub2-use-linuxefi.patch +Patch23: grub-2.00-dont-decrease-mmap-size.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -418,6 +419,7 @@ fi - Split module lists for UEFI boot vs UEFI cd images. - Add raid modules for UEFI image (related: #750794) - Include a prelink whitelist for binaries that need execstack (#839813) +- Include fix efi memory map fix from upstream (#839363) * Wed Aug 08 2012 Peter Jones - 2.00-4 - Correct grub-mkimage invocation to use efidir RPM macro (jwb)