[grub2/f17] Use --with-grubdir= on configure to make it behave like -17 did.

Peter Jones pjones at fedoraproject.org
Thu Mar 15 14:31:26 UTC 2012


commit 1baa278bc31f6320a50a32e77e51e0ce7988b028
Author: Peter Jones <pjones at redhat.com>
Date:   Thu Mar 15 10:31:05 2012 -0400

    Use --with-grubdir= on configure to make it behave like -17 did.

 grub2.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index 80626d1..04fa80f 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -22,7 +22,7 @@
 Name:           grub2
 Epoch:          1
 Version:        1.99
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        Bootloader with support for Linux, Multiboot and more
 
 Group:          System Environment/Base
@@ -120,6 +120,7 @@ cd grub-efi-%{tarversion}
 		-e 's/-fasynchronous-unwind-tables//g' )"	\
 	TARGET_LDFLAGS=-static					\
         --with-platform=efi					\
+	--with-grubdir=grub2					\
         --program-transform-name=s,grub,%{name}-efi,		\
 	--disable-werror					\
         --sbindir=/sbin
@@ -155,6 +156,7 @@ cd grub-%{tarversion}
 		-e 's/-fasynchronous-unwind-tables//g' )"	\
 	TARGET_LDFLAGS=-static					\
         --with-platform=%{platform}				\
+	--with-grubdir=grub2					\
         --program-transform-name=s,grub,%{name},		\
 	--disable-werror					\
         --sbindir=/sbin
@@ -381,6 +383,9 @@ fi
 %attr(0755,root,root)/%{_datarootdir}/grub/
 
 %changelog
+* Thu Mar 15 2012 Peter Jones <pjones at redhat.com> - 1.99-19
+- Use --with-grubdir= on configure to make it behave like -17 did.
+
 * Wed Mar 14 2012 Peter Jones <pjones at redhat.com> - 1.99-18
 - Rebase from 1.99 to 2.00~beta2
 


More information about the scm-commits mailing list