[shorewall] Add logrotate Requires to shorewall-init Ensure /etc/logrotate.d/shorewall-init is owned by shorewal

Jonathan G. Underwood jgu at fedoraproject.org
Tue Sep 4 21:36:28 UTC 2012


commit 855a45419d5cc635acf1cab298c1f5aee596d526
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Tue Sep 4 22:36:15 2012 +0100

    Add logrotate Requires to shorewall-init
    Ensure /etc/logrotate.d/shorewall-init is owned by shorewall-init package

 shorewall.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/shorewall.spec b/shorewall.spec
index 302c3c7..b4387e7 100644
--- a/shorewall.spec
+++ b/shorewall.spec
@@ -7,7 +7,7 @@
 
 Name:           shorewall
 Version:        %{mainver}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An iptables front end for firewall configuration
 Group:          Applications/System
 License:        GPLv2+
@@ -113,7 +113,7 @@ Summary:        Initialization functionality and NetworkManager integration for
 Requires:         shorewall(firewall) = %{version}-%{release}
 Requires:         NetworkManager
 Requires:         shorewall = %{version}-%{release}
-Requires:         iptables-ipv6 iproute
+Requires:         iptables-ipv6 iproute logrotate
 Requires(post):   /sbin/chkconfig
 Requires(post):   systemd-units
 Requires(post):   systemd-sysv
@@ -392,12 +392,17 @@ fi
 %{_sbindir}/shorewall-init
 %{_sysconfdir}/NetworkManager/dispatcher.d/01-shorewall
 %config(noreplace) %{_sysconfdir}/sysconfig/shorewall-init
+%{_sysconfdir}/logrotate.d/shorewall-init
 %{_mandir}/man8/shorewall-init.8.*
 %{_datadir}/shorewall-init
 %{_libexecdir}/shorewall-init
 %{_unitdir}/shorewall-init.service
 
 %changelog
+* Tue Sep  4 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.5.7.1-2
+- Add logrotate Requires to shorewall-init
+- Ensure /etc/logrotate.d/shorewall-init is owned by shorewall-init package
+
 * Tue Sep  4 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.5.7.1-1
 - Update to 4.5.7.1
 


More information about the scm-commits mailing list