]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- %defattr changet to (-,root,root,755),
authorkloczek <kloczek@pld-linux.org>
Sun, 21 Feb 1999 22:59:40 +0000 (22:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added %attr(-,root,root,700) /root.

Changed files:
    filesystem.spec -> 1.13

filesystem.spec

index 8ed3aa0240372b27f3b2104ad60301df824a71bd..8342142043ecb8a4936196eb2888450cb9bb7d32 100644 (file)
@@ -59,7 +59,7 @@ ln -sf ../tmp $RPM_BUILD_ROOT/var/tmp
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(755,root,root,755)
+%defattr(-,root,root,755)
 /bin
 %attr(-,root,root,700) /boot
 /etc
@@ -67,6 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 /lib
 /mnt
 %attr(-,root,root,555) /proc
+%attr(-,root,root,700) /root
 /sbin
 %attr(-,root,root,1777) /tmp
 /usr
@@ -87,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 - added /usr/src,
 - removed many directories which must belongs to other packages
   (webserwer, ftpdaemon, smtpdaemon, gopher serwer, petidomo),
+- simplification in %files,
 - changed GUID on man directorirs to root.
 
 * Wed Dec 30 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
This page took 0.028764 seconds and 4 git commands to generate.