rpms/grub/devel grub.spec,1.66,1.67

Peter Jones (pjones) fedora-extras-commits at redhat.com
Tue Mar 4 21:48:20 UTC 2008


Author: pjones

Update of /cvs/extras/rpms/grub/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17118

Modified Files:
	grub.spec 
Log Message:
* Tue Mar 04 2008 Peter Jones <pjones at redhat.com> - 0.97-26
- Move grub.efi to a more useful location.



Index: grub.spec
===================================================================
RCS file: /cvs/extras/rpms/grub/devel/grub.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- grub.spec	28 Feb 2008 00:17:17 -0000	1.66
+++ grub.spec	4 Mar 2008 21:47:42 -0000	1.67
@@ -1,6 +1,6 @@
 Name: grub
 Version: 0.97
-Release: 25%{?dist}
+Release: 26%{?dist}
 Summary: GRUB - the Grand Unified Boot Loader.
 Group: System Environment/Base
 License: GPLv2+
@@ -41,7 +41,9 @@
 make
 rm -fr $RPM_BUILD_ROOT
 %makeinstall sbindir=${RPM_BUILD_ROOT}/sbin
-#mv ${RPM_BUILD_ROOT}/sbin/grub ${RPM_BUILD_ROOT}/sbin/grub-efi
+# is there a better way to do this?
+mkdir -m 0755 -p ${RPM_BUILD_ROOT}/boot/efi/EFI/redhat/ 
+mv ${RPM_BUILD_ROOT}/%{_datadir}/grub/*/grub.efi ${RPM_BUILD_ROOT}/boot/efi/EFI/redhat/grub.efi
 make clean
 autoreconf
 autoconf
@@ -75,6 +77,8 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog NEWS README COPYING TODO docs/menu.lst
 /boot/grub
+/boot/efi/EFI/redhat
+/boot/efi/EFI/redhat/grub.efi
 /sbin/grub
 /sbin/grub-install
 /sbin/grub-terminfo
@@ -84,9 +88,11 @@
 %{_infodir}/multiboot*
 %{_mandir}/man*/*
 %{_datadir}/grub
-#/sbin/grub-efi
 
 %changelog
+* Tue Mar 04 2008 Peter Jones <pjones at redhat.com> - 0.97-26
+- Move grub.efi to a more useful location.
+
 * Wed Feb 27 2008 Peter Jones <pjones at redhat.com> - 0.97-25
 - Fix memory allocation bug in EFI on i386 and x86_64.
 




More information about the fedora-extras-commits mailing list