From 867db86efe3594673d2a89e4b82a0558ede4ff27 Mon Sep 17 00:00:00 2001 From: han_hui_hui Date: Thu, 11 Jan 2024 08:27:04 +0000 Subject: [PATCH] do not pack directories belonging to other packages (cherry picked from commit b4d641bc2740e45a694bb580238b4d0b3824dbe4) --- logrotate.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/logrotate.spec b/logrotate.spec index 30c74e8..72d8644 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -2,7 +2,7 @@ Name: logrotate Version: 3.16.0 -Release: 5 +Release: 6 Summary: simplify the administration of log files License: GPLv2+ Url: https://github.com/logrotate/logrotate @@ -65,7 +65,6 @@ fi %files %defattr(-,root,root) %license COPYING -%dir %{_sysconfdir}/cron.daily %config(noreplace) %{_sysconfdir}/cron.daily/logrotate %config(noreplace) %{_sysconfdir}/logrotate.conf %dir %{_sysconfdir}/logrotate.d @@ -81,6 +80,9 @@ fi %{_mandir}/man5/logrotate.conf.5* %changelog +* Thu Jan 11 2024 hanhuihui - 3.16.0-6 +- do not pack directories belonging to other packages + * Mon Jun 5 2023 hanhuihui - 3.16.0-5 - do not rotate old logs on prerotate failure