]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- rel 3 auto/th/logrotate-3_7_8-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 8 Oct 2009 12:54:10 +0000 (12:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- kill /var/log/archiv symlink, it's been 4 (FOUR) years since the change

Changed files:
    logrotate.spec -> 1.93

logrotate.spec

index 20a976dc4deab827e893605b2bff3992650a5291..760bd7cf84f71821effff3dd54a9f5a4e4e46843 100644 (file)
@@ -18,7 +18,7 @@ Summary(tr.UTF-8):    Sistem günlüklerini yönlendirir, sıkıştırır ve mektup
 Summary(uk.UTF-8):     Ротує, компресує, видаляє та відправляє поштою лог-файли
 Name:          logrotate
 Version:       3.7.8
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       https://fedorahosted.org/releases/l/o/logrotate/%{name}-%{version}.tar.gz
@@ -129,7 +129,6 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.conf
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/logrotate
 install examples/logrotate.cron $RPM_BUILD_ROOT/etc/cron.daily/logrotate
 > $RPM_BUILD_ROOT%{statdir}/logrotate.status
-> $RPM_BUILD_ROOT/var/log/archiv
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -150,9 +149,6 @@ if [ ! -L /var/log/archiv ]; then
                        mv /var/log/archiv /var/log/archive
                fi
        fi
-
-       # always have archiv symlink (until all packages from Ac use new dir)
-       ln -s archive /var/log/archiv
 fi
 exit 0
 
@@ -175,5 +171,4 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 %attr(640,root,root) %ghost %{statdir}/logrotate.status
 %attr(750,root,logs) %dir /var/log/archive
-%ghost /var/log/archiv
 %{_mandir}/man8/logrotate.8*
This page took 0.090058 seconds and 4 git commands to generate.