rpms/system-config-firewall/devel system-config-firewall.spec, 1.4, 1.5

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Fri Aug 31 17:39:43 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/system-config-firewall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25998

Modified Files:
	system-config-firewall.spec 
Log Message:
- fixed problem if IP*TABLES_MODULES is not set in config files




Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- system-config-firewall.spec	31 Aug 2007 16:01:29 -0000	1.4
+++ system-config-firewall.spec	31 Aug 2007 17:39:11 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
 Version: 1.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPLv2+
 ExclusiveOS: Linux
@@ -10,6 +10,7 @@
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
 Patch0: system-config-firewall-1.0.5-lokkit.patch
+Patch1: system-config-firewall-1.0.5-modules.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -47,6 +48,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .lokkit
+%patch1 -p1 -b .modules
 
 %install
 rm -rf %{buildroot}
@@ -120,6 +122,9 @@
 %ghost %config(missingok,noreplace) /etc/sysconfig/system-config-securitylevel
 
 %changelog
+* Fri Aug 31 2007 Thomas Woerner <twoerner at redhat.com> 1.0.5-3
+- fixed problem if IP*TABLES_MODULES is not set in config files
+
 * Fri Aug 31 2007 Thomas Woerner <twoerner at redhat.com> 1.0.5-2
 - fixed lokkit problem if selinux configuration is not available (rhbz#269601)
 




More information about the fedora-extras-commits mailing list