From c2fb4e5554f277e3a586dc5b185d6e9602ec6c87 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 14 Jul 2016 10:18:44 +0200 Subject: [PATCH] logrotate.spec: make the /var/lib/logrotate directory owned by logrotate --- logrotate.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/logrotate.spec b/logrotate.spec index 8ca9819..ed3ca49 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.9.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ Group: System Environment/Base Url: https://fedorahosted.org/logrotate/ @@ -82,10 +82,14 @@ rm -rf $RPM_BUILD_ROOT %attr(0755, root, root) %{_sysconfdir}/cron.daily/logrotate %attr(0644, root, root) %config(noreplace) %{_sysconfdir}/logrotate.conf %attr(0755, root, root) %dir %{_sysconfdir}/logrotate.d +%attr(0755, root, root) %dir %{_localstatedir}/lib/logrotate %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate/logrotate.status %config(noreplace) %{_sysconfdir}/rwtab.d/logrotate %changelog +* Thu Jul 14 2016 Kamil Dudka - 3.9.2-4 +- make the /var/lib/logrotate directory owned by logrotate + * Tue Feb 16 2016 Marcin Juszkiewicz - 3.9.2-3 - Fix code indentation to get it build with gcc6. - Fixed dates in changelog.