]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- grant 'logs' group read access to the log archive
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 29 Oct 2004 10:42:52 +0000 (10:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logrotate.spec -> 1.63

logrotate.spec

index ec014822ffa213ab4872c7bc2a602411027f1d86..0d4bc60f4820f0ebf82543be139f60e5c7c83f28 100644 (file)
@@ -15,7 +15,7 @@ Summary(tr):  Sistem g
 Summary(uk):   òÏÔÕ¤, ËÏÍÐÒÅÓÕ¤, ×ÉÄÁÌѤ ÔÁ ×¦ÄÐÒÁ×ÌѤ ÐÏÛÔÏÀ ÌÏÇ-ÆÁÊÌÉ
 Name:          logrotate
 Version:       3.7
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
@@ -31,6 +31,7 @@ BuildRequires:        popt-devel >= 1.3
 Requires:      /bin/mail
 Requires:      crondaemon
 Requires(post):        fileutils
+PreReq:                setup >= 2.4.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                statdir         /var/lib/misc
@@ -147,5 +148,5 @@ fi
 %attr(750,root,root) /etc/cron.daily/logrotate
 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/*.conf
 %attr(640,root,root) %ghost %{statdir}/logrotate.status
-%attr(750,root,root) %dir /var/log/archiv
+%attr(750,root,logs) %dir /var/log/archiv
 %{_mandir}/man8/*
This page took 0.04985 seconds and 4 git commands to generate.