From d979a79ed2aefedabb4e84e852c0ed7d133d7846 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 20 Nov 2015 18:18:48 -0500 Subject: [PATCH] Rebuild without multiboot* modules in the EFI image. Related: rhbz#1264103 Signed-off-by: Peter Jones --- grub2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/grub2.spec b/grub2.spec index f0b96b2..8220398 100644 --- a/grub2.spec +++ b/grub2.spec @@ -45,7 +45,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 0.23%{?dist} +Release: 0.24%{?dist} Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base @@ -317,7 +317,7 @@ GRUB_MODULES+=" linux " %else GRUB_MODULES+=" backtrace usb usbserial_common " GRUB_MODULES+=" usbserial_pl2303 usbserial_ftdi usbserial_usbdebug " -GRUB_MODULES+=" linuxefi multiboot2 multiboot " +GRUB_MODULES+=" linuxefi" %endif ./grub-mkimage -O %{grubefiarch} -o %{grubefiname}.orig -p /EFI/%{efidir} \ -d grub-core ${GRUB_MODULES} @@ -596,6 +596,10 @@ fi %{_datarootdir}/grub/themes/starfield %changelog +* Fri Nov 20 2015 Peter Jones - 2.02-0.24 +- Rebuild without multiboot* modules in the EFI image. + Related: rhbz#1264103 + * Sat Sep 05 2015 Kalev Lember - 2.02-0.23 - Rebuilt for librpm soname bump