]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- /etc/logrotate.d moved to filesystem; rel 22 auto/th/filesystem-3_0-22
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Mar 2009 15:22:58 +0000 (15:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filesystem.spec -> 1.94

filesystem.spec

index abfc6dfb87bc674429b1ab085d5db148f813714c..4fde8473e24764b71a81d3882069c54c04111ce1 100644 (file)
@@ -11,7 +11,7 @@ Summary:      Common directories
 Summary(pl.UTF-8):     Wspólne katalogi
 Name:          filesystem
 Version:       3.0
-Release:       21
+Release:       22
 License:       GPL
 Group:         Base
 BuildRequires: automake
@@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 
 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 \
@@ -120,7 +120,7 @@ check_filesystem_dirs() {
        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
 }
@@ -134,6 +134,7 @@ check_filesystem_dirs
 %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
This page took 0.12198 seconds and 4 git commands to generate.