SPECS: grub.spec - ignore md5 on stage2 (differs on all servers i checked)
glen
glen at pld-linux.org
Wed Nov 26 11:27:43 CET 2008
Author: glen Date: Wed Nov 26 10:27:43 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ignore md5 on stage2 (differs on all servers i checked)
---- Files affected:
SPECS:
grub.spec (1.124 -> 1.125)
---- Diffs:
================================================================
Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.124 SPECS/grub.spec:1.125
--- SPECS/grub.spec:1.124 Sun Nov 23 22:02:18 2008
+++ SPECS/grub.spec Wed Nov 26 11:27:38 2008
@@ -189,7 +189,7 @@
LDFLAGS="-static"; export LDFLAGS
%endif
%configure \
-%if !%{with splashimage}
+%if %{without splashimage}
--enable-3c503 \
--enable-3c507 \
--enable-3c509 \
@@ -271,7 +271,7 @@
%dir %{_libdir}/grub
%{_libdir}/grub/stage1
%{_libdir}/grub/*stage1_5
-%verify(not mtime) %{_libdir}/grub/stage2
+%verify(not md5 mtime) %{_libdir}/grub/stage2
%{_libdir}/grub/stage2_eltorito
%{_libdir}/grub/splash.xpm.gz
%config(noreplace) %verify(not md5 mtime size) %{_libdir}/grub/menu.lst
@@ -300,6 +300,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.125 2008/11/26 10:27:38 glen
+- ignore md5 on stage2 (differs on all servers i checked)
+
Revision 1.124 2008/11/23 21:02:18 sls
- more verbose stage files
- dont' verify stage2 mtime (grub-install rewrites it)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/grub.spec?r1=1.124&r2=1.125&f=u
More information about the pld-cvs-commit
mailing list