rpms/iptables/devel iptables.init,1.21,1.22 iptables.spec,1.84,1.85

Thomas Woerner twoerner at fedoraproject.org
Wed Mar 24 14:31:33 UTC 2010


Author: twoerner

Update of /cvs/pkgs/rpms/iptables/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3956

Modified Files:
	iptables.init iptables.spec 
Log Message:
- 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




Index: iptables.init
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.init,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- iptables.init	24 Mar 2010 12:19:38 -0000	1.21
+++ iptables.init	24 Mar 2010 14:31:32 -0000	1.22
@@ -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


Index: iptables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -p -r1.84 -r1.85
--- iptables.spec	5 Mar 2010 14:01:44 -0000	1.84
+++ iptables.spec	24 Mar 2010 14:31:33 -0000	1.85
@@ -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 <twoerner at redhat.com> 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 <twoerner at redhat.com> 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()



More information about the scm-commits mailing list