packages: grub2/grub2.spec - fix file dups

arekm arekm at pld-linux.org
Fri Jul 10 12:12:54 CEST 2009


Author: arekm                        Date: Fri Jul 10 10:12:54 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix file dups

---- Files affected:
packages/grub2:
   grub2.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.43 packages/grub2/grub2.spec:1.44
--- packages/grub2/grub2.spec:1.43	Sat Mar 28 23:03:36 2009
+++ packages/grub2/grub2.spec	Fri Jul 10 12:12:47 2009
@@ -150,7 +150,6 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
-%{_datadir}
 %attr(755,root,root) %{_sbindir}/grub-mkimage
 %attr(755,root,root) %{_sbindir}/grub-install
 %attr(755,root,root) %{_sbindir}/grub-mkrescue
@@ -167,7 +166,10 @@
 %attr(755,root,root) %{_sbindir}/grub-emu
 %{_mandir}/man8/grub-emu.8*
 %endif
-%attr(755,root,root) %{_legcdir}/update-grub_lib
+%dir %{_datadir}
+%{_datadir}/*-pc
+%attr(755,root,root) %{_legcdir}/*_lib
+%attr(755,root,root) %{_legcdir}/*.*
 %dir %{_confdir}
 %attr(755,root,root) %{_confdir}/00_header
 %attr(755,root,root) %{_confdir}/10_linux
@@ -189,6 +191,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2009/07/10 10:12:47  arekm
+- fix file dups
+
 Revision 1.43  2009/03/28 22:03:36  arekm
 - up to svn version; use standard /boot/grub place (it's supposed to replace grub.spec package); include man pages; drop obsolete todo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list