rpms/system-config-securitylevel/FC-6 system-config-securitylevel-1.6.27-restart.patch, NONE, 1.1 system-config-securitylevel.spec, 1.88, 1.89

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 6 14:03:52 UTC 2007


Author: twoerner

Update of /cvs/dist/rpms/system-config-securitylevel/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv25722

Modified Files:
	system-config-securitylevel.spec 
Added Files:
	system-config-securitylevel-1.6.27-restart.patch 
Log Message:
- restart ipXtables in lokkit instead of start only (rhbz#337831)



system-config-securitylevel-1.6.27-restart.patch:
 lokkit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE system-config-securitylevel-1.6.27-restart.patch ---
diff -up system-config-securitylevel-1.6.27/src/lokkit.c.restart system-config-securitylevel-1.6.27/src/lokkit.c
--- system-config-securitylevel-1.6.27/src/lokkit.c.restart	2007-11-06 15:02:59.000000000 +0100
+++ system-config-securitylevel-1.6.27/src/lokkit.c	2007-11-06 15:02:59.000000000 +0100
@@ -945,7 +945,7 @@ int write_firewall(char **devs, char **m
 		sprintf(buffer,"/sbin/modprobe iptables >/dev/null 2>&1");
 		system(buffer);
 
-		sprintf(buffer, "/sbin/service iptables start >/dev/null 2>&1");
+		sprintf(buffer, "/sbin/service iptables restart >/dev/null 2>&1");
 		system(buffer);
 	}
 	return 0;
@@ -1048,7 +1048,7 @@ int write_firewall6(char **devs, char **
 		sprintf(buffer,"/sbin/modprobe ip6_tables >/dev/null 2>&1");
 		system(buffer);
 
-		sprintf(buffer, "/sbin/service ip6tables start >/dev/null 2>&1");
+		sprintf(buffer, "/sbin/service ip6tables restart >/dev/null 2>&1");
 		system(buffer);
 	}	
 	return 0;


Index: system-config-securitylevel.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-securitylevel/FC-6/system-config-securitylevel.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- system-config-securitylevel.spec	11 Jun 2007 11:26:32 -0000	1.88
+++ system-config-securitylevel.spec	6 Nov 2007 14:03:49 -0000	1.89
@@ -1,7 +1,7 @@
 Summary: A graphical interface for modifying the system security level
 Name: system-config-securitylevel
 Version: 1.6.27
-Release: 2
+Release: 3
 URL: http://fedoraproject.org/wiki/SystemConfig/securitylevel
 License: GPL
 ExclusiveOS: Linux
@@ -13,6 +13,7 @@
 Patch1: system-config-securitylevel-1.6.27-honour_exit_code.patch
 Patch2: system-config-securitylevel-1.6.27-expand.patch
 Patch3: system-config-securitylevel-1.6.27-port_dialog_center.patch
+Patch4: system-config-securitylevel-1.6.27-restart.patch
 BuildRequires: desktop-file-utils newt-devel slang-devel popt
 BuildRequires: gettext
 BuildRequires: intltool
@@ -49,6 +50,7 @@
 %patch1 -p1 -b .honour_exit_code
 %patch2 -p1 -b .expand
 %patch3 -p1 -b .port_dialog_center
+%patch4 -p1 -b .restart
 
 %build
 make
@@ -101,6 +103,9 @@
 /usr/bin/system-config-securitylevel-tui
 
 %changelog
+* Tue Nov  6 2007 Thomas Woerner <twoerner at redhat.com> 1.6.27-3
+- restart ipXtables in lokkit instead of start only (rhbz#337831)
+
 * Mon Jun 11 2007 Thomas Woerner <twoerner at redhat.com> 1.6.27-2
 - use state module for IPv6 firewall again (rhbz#233725, rhbz#236035)
 - honour exit code of lokkit call (rhbz#227285)




More information about the fedora-cvs-commits mailing list