diff --git a/iptables.init b/iptables.init index 7b1932e..73f0de3 100755 --- a/iptables.init +++ b/iptables.init @@ -10,7 +10,9 @@ # ### BEGIN INIT INFO # Provides: iptables -# Default-Start: 2 3 4 5 +# Required-Start: +# Required-Stop: +# Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop iptables firewall # Description: Start, stop and save iptables firewall diff --git a/iptables.spec b/iptables.spec index b6a494e..cdba494 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,7 +1,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities Version: 1.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -163,6 +163,11 @@ fi %{_libdir}/pkgconfig/xtables.pc %changelog +* Wed Mar 24 2010 Thomas Woerner 1.4.7-2 +- added default values for IPTABLES_STATUS_VERBOSE and + IPTABLES_STATUS_LINENUMBERS in init script +- added missing lsb keywords Required-Start and Required-Stop to init script + * Fri Mar 5 2010 Thomas Woerner 1.4.7-1 - new version 1.4.7 with support for all new features of 2.6.33 (rhbz#570767) - libip4tc: Add static qualifier to dump_entry()