SPECS: filesystem.spec - /etc/logrotate.d moved to filesystem; rel 22

glen glen at pld-linux.org
Thu Mar 19 16:23:03 CET 2009


Author: glen                         Date: Thu Mar 19 15:23:03 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- /etc/logrotate.d moved to filesystem; rel 22

---- Files affected:
SPECS:
   filesystem.spec (1.93 -> 1.94) 

---- Diffs:

================================================================
Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.93 SPECS/filesystem.spec:1.94
--- SPECS/filesystem.spec:1.93	Thu Dec 11 20:25:33 2008
+++ SPECS/filesystem.spec	Thu Mar 19 16:22:58 2009
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8):	Wspólne katalogi
 Name:		filesystem
 Version:	3.0
-Release:	21
+Release:	22
 License:	GPL
 Group:		Base
 BuildRequires:	automake
@@ -67,7 +67,7 @@
 
 install -d \
 	$RPM_BUILD_ROOT/{initrd,selinux,sys} \
-	$RPM_BUILD_ROOT/etc/{pki,X11/xinit/xinitrc.d,certs,default,security,sysconfig/wmstyle,tmpwatch,xdg/autostart} \
+	$RPM_BUILD_ROOT/etc/{pki,X11/xinit/xinitrc.d,certs,default,logrotate.d,security,sysconfig/wmstyle,tmpwatch,xdg/autostart} \
 	$RPM_BUILD_ROOT/home/{users,services} \
 	$RPM_BUILD_ROOT/lib/{firmware,security} \
 	$RPM_BUILD_ROOT/usr/include/security \
@@ -121,7 +121,7 @@
 	find | sed -e 's|^\.||g' -e 's|^$||g' | LC_ALL=C sort | grep -v $TMPFILE | grep -E -v '^/(etc|etc/X11|home|lib|lib64|usr|usr/include|usr/lib|usr/lib64|usr/share|usr/share/man|usr/share/man/pl|usr/src|var|var/lock)$' > $TMPFILE
 
 	# find finds also '.', so use option -B for diff
-	rpm -qpl $RPMFILE $RPMFILE2 | grep -v '^/$' | LC_ALL=C sort | diff -uB $TMPFILE - || :
+	rpm -qpl $RPMFILE $RPMFILE2 | grep -v '^/$' | LC_ALL=C sort | diff -uB - $TMPFILE || :
 
 	rm -f $TMPFILE
 }
@@ -135,6 +135,7 @@
 %attr(751,root,root) %dir /etc/certs
 %dir /etc/default
 %attr(751,root,root) %dir /etc/security
+%dir /etc/logrotate.d
 %dir /etc/sysconfig
 %dir /etc/sysconfig/wmstyle
 %dir /etc/tmpwatch
@@ -195,6 +196,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.94  2009/03/19 15:22:58  glen
+- /etc/logrotate.d moved to filesystem; rel 22
+
 Revision 1.93  2008/12/11 19:25:33  gotar
 - moved /etc/tmpwatch from tmpwatch.spec to filesystem.spec; do not install
   tmpwatch package (if working by default) via directory deps from other packages
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/filesystem.spec?r1=1.93&r2=1.94&f=u



More information about the pld-cvs-commit mailing list