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

Peter Jones (pjones) fedora-extras-commits at redhat.com
Wed Mar 5 20:38:31 UTC 2008


Author: pjones

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

Modified Files:
	grub.spec 
Log Message:
* Wed Mar 05 2008 Peter Jones <pjones at redhat.com> - 0.97-27
- Fix permissions on grub.efi so cpio doesn't error when it's on vfat.



Index: grub.spec
===================================================================
RCS file: /cvs/extras/rpms/grub/devel/grub.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- grub.spec	4 Mar 2008 21:47:42 -0000	1.67
+++ grub.spec	5 Mar 2008 20:37:48 -0000	1.68
@@ -1,6 +1,6 @@
 Name: grub
 Version: 0.97
-Release: 26%{?dist}
+Release: 27%{?dist}
 Summary: GRUB - the Grand Unified Boot Loader.
 Group: System Environment/Base
 License: GPLv2+
@@ -77,8 +77,7 @@
 %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
+%attr(0755,root,root)/boot/efi/EFI/redhat/grub.efi
 /sbin/grub
 /sbin/grub-install
 /sbin/grub-terminfo
@@ -90,6 +89,9 @@
 %{_datadir}/grub
 
 %changelog
+* Wed Mar 05 2008 Peter Jones <pjones at redhat.com> - 0.97-27
+- Fix permissions on grub.efi so cpio doesn't error when it's on vfat.
+
 * Tue Mar 04 2008 Peter Jones <pjones at redhat.com> - 0.97-26
 - Move grub.efi to a more useful location.
 




More information about the fedora-extras-commits mailing list