SPECS: texlive.spec - %attr(1777, root, root) to "common" dirs

uzsolt uzsolt at pld-linux.org
Mon Dec 29 10:49:07 CET 2008


Author: uzsolt                       Date: Mon Dec 29 09:49:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %attr(1777,root,root) to "common" dirs

---- Files affected:
SPECS:
   texlive.spec (1.79 -> 1.80) 

---- Diffs:

================================================================
Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.79 SPECS/texlive.spec:1.80
--- SPECS/texlive.spec:1.79	Sun Dec 28 21:52:38 2008
+++ SPECS/texlive.spec	Mon Dec 29 10:49:01 2008
@@ -3484,8 +3484,6 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-# %groupadd -g 250 texmf
-# %useradd -u 250 -r -s /bin/false -g texmf
 %fixinfodir
 %texhash
 
@@ -3494,10 +3492,6 @@
 if [ "$1" = "1" ]; then
 	%texhash
 fi
-# if [ "$1" = "0" ]; then
-# 	%userremove texmf
-#	%groupremove texmf
-#fi
 
 %post doc-Catalogue
 %texhash
@@ -4705,8 +4699,8 @@
 # ***********
 # Directories
 # ***********
-%dir %{fmtdir}
-%dir %{_localstatedir}
+%attr(1777,root,root) %dir %{_localstatedir}
+%attr(1777,root,root) %dir %{fmtdir}
 
 %dir %{texmfdist}
 %dir %{texmf}
@@ -6781,6 +6775,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.80  2008/12/29 09:49:01  uzsolt
+- %attr(1777,root,root) to "common" dirs
+
 Revision 1.79  2008/12/28 20:52:38  uzsolt
 - add some %{name}-latex R
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.79&r2=1.80&f=u



More information about the pld-cvs-commit mailing list