rpms/system-config-firewall/devel system-config-firewall.spec, 1.9, 1.10

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Fri Oct 26 15:11:22 UTC 2007


Author: twoerner

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

Modified Files:
	system-config-firewall.spec 
Log Message:
- lokkit: write new config with nostart option (rhbz#353961)
- translation fixes for de, it, nb, sr at latin




Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- system-config-firewall.spec	1 Oct 2007 13:51:16 -0000	1.9
+++ system-config-firewall.spec	26 Oct 2007 15:10:49 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
 Version: 1.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPLv2+
 ExclusiveOS: Linux
@@ -9,6 +9,8 @@
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
+Patch0: system-config-firewall-1.0.8-nostart.patch
+Patch1: system-config-firewall-1.0.8-translation.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -45,6 +47,8 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .nostart
+%patch1 -p1 -b .translation
 
 %install
 rm -rf %{buildroot}
@@ -119,6 +123,10 @@
 %ghost %config(missingok,noreplace) /etc/sysconfig/system-config-securitylevel
 
 %changelog
+* Fri Oct 26 2007 Thomas Woerner <twoerner at redhat.com> 1.0.8-2
+- lokkit: write new config with nostart option (rhbz#353961)
+- translation fixes for de, it, nb, sr at latin
+
 * Mon Oct  1 2007 Thomas Woerner <twoerner at redhat.com> 1.0.8-1
 - use extension match for protocols (rhbz#229879)
 - use ipv6-icmp instead of icmpv6 (rhbz#291001)




More information about the fedora-extras-commits mailing list