packages: grub2/grub2.spec - package /boot/grub/grubenv
glen
glen at pld-linux.org
Sun Feb 20 18:22:51 CET 2011
Author: glen Date: Sun Feb 20 17:22:51 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- package /boot/grub/grubenv
---- Files affected:
packages/grub2:
grub2.spec (1.90 -> 1.91)
---- Diffs:
================================================================
Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.90 packages/grub2/grub2.spec:1.91
--- packages/grub2/grub2.spec:1.90 Sun Feb 20 15:54:51 2011
+++ packages/grub2/grub2.spec Sun Feb 20 18:22:45 2011
@@ -260,6 +260,10 @@
touch $RPM_BUILD_ROOT%{_libexecdir}/core.img
touch $RPM_BUILD_ROOT%{_libexecdir}/device.map
+# needs to be exactly 1KiB
+# but we're ghosting it. so whom are we kidding here? :P (maybe %config it in future?)
+dd bs=1024 if=/dev/zero count=1 of=$RPM_BUILD_ROOT%{_libexecdir}/grubenv
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -350,6 +354,7 @@
# generated by grub at runtime
%ghost %{_libexecdir}/device.map
%ghost %{_libexecdir}/core.img
+%ghost %{_libexecdir}/grubenv
%dir /lib/grub.d
%doc /lib/grub.d/README
@@ -378,6 +383,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.91 2011/02/20 17:22:45 glen
+- package /boot/grub/grubenv
+
Revision 1.90 2011/02/20 14:54:51 glen
- grub needs to be reinstalled when upgraded for new version.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.90&r2=1.91&f=u
More information about the pld-cvs-commit
mailing list