]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- adapterized (sorted %verify flags)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Dec 2005 22:58:06 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logrotate.spec -> 1.66

logrotate.spec

index b38f98f07d0e6a8b4d857b78a14fee1d916b1c21..688a5354c012e032f5546af70c63476c3ed37349 100644 (file)
@@ -26,10 +26,10 @@ Patch2:             %{name}-maxage.dif
 Patch3:                %{name}-noexec-tmp.patch
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: popt-devel >= 1.3
+Requires(post):        fileutils
 Requires:      /bin/mail
 Requires:      crondaemon
-Requires(post):        fileutils
-PreReq:                setup >= 2.4.6
+Requires:      setup >= 2.4.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                statdir         /var/lib/misc
@@ -144,7 +144,7 @@ fi
 %attr(755,root,root) %{_sbindir}/logrotate
 %attr(750,root,root) %dir /etc/logrotate.d
 %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) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
 %attr(640,root,root) %ghost %{statdir}/logrotate.status
 %attr(750,root,logs) %dir /var/log/archiv
 %{_mandir}/man8/*
This page took 0.073889 seconds and 4 git commands to generate.