From a62820e84598cf6007a751db01567a8a2ac8d369 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Apr 2018 11:36:01 -0400 Subject: [PATCH] Don't strip files from non-EFI build of grub --- SOURCES/grub.macros | 2 -- 1 file changed, 2 deletions(-) diff --git a/SOURCES/grub.macros b/SOURCES/grub.macros index 4e3bdc0..f403c91 100755 --- a/SOURCES/grub.macros +++ b/SOURCES/grub.macros @@ -468,8 +468,6 @@ cd .. \ %defattr(-,root,root) \ %dir %{_libdir}/grub/%{2}/ \ %{_libdir}/grub/%{2}/* \ -%exclude %{_libdir}/grub/%{2}/*.module \ -%exclude %{_libdir}/grub/%{2}/{boot,boot_hybrid,cdboot,diskboot,lzma_decompress,pxeboot}.{image,img} \ %exclude %{_libdir}/grub/%{2}/*.o \ %{nil} -- 1.8.3.1