rpms/system-config-firewall/devel system-config-firewall-1.2.13-tui_path.patch, NONE, 1.1 system-config-firewall.spec, 1.35, 1.36

Thomas Woerner twoerner at fedoraproject.org
Tue Oct 28 15:19:11 UTC 2008


Author: twoerner

Update of /cvs/pkgs/rpms/system-config-firewall/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13153

Modified Files:
	system-config-firewall.spec 
Added Files:
	system-config-firewall-1.2.13-tui_path.patch 
Log Message:
- fixed system-config-firewall-tui path (rhbz#457485)


system-config-firewall-1.2.13-tui_path.patch:

--- NEW FILE system-config-firewall-1.2.13-tui_path.patch ---
diff --git a/src/system-config-firewall.py b/src/system-config-firewall.py
index 3cbfa9f..a1994da 100755
--- a/src/system-config-firewall.py
+++ b/src/system-config-firewall.py
@@ -25,7 +25,7 @@ try:
     import gtk
 except:
     import os
-    argv = [ "/usr/sbin/system-config-firewall-tui" ]
+    argv = [ "/usr/bin/system-config-firewall-tui" ]
     os.execv(argv[0], argv)
 
 DATADIR = '/usr/share/system-config-firewall'


Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- system-config-firewall.spec	28 Oct 2008 14:47:52 -0000	1.35
+++ system-config-firewall.spec	28 Oct 2008 15:18:41 -0000	1.36
@@ -1,7 +1,7 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
 Version: 1.2.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedorahosted.org/system-config-firewall
 License: GPLv2+
 ExclusiveOS: Linux
@@ -9,6 +9,7 @@
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
+Patch0: system-config-firewall-1.2.13-tui_path.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .tui_path
 
 %install
 rm -rf %{buildroot}
@@ -116,6 +118,9 @@
 %ghost %config(missingok,noreplace) /etc/sysconfig/system-config-firewall
 
 %changelog
+* Tue Oct 28 2008 Thomas Woerner <twoerner at redhat.com> 1.2.13-2
+- fixed system-config-firewall-tui path (rhbz#457485)
+
 * Tue Oct 28 2008 Thomas Woerner <twoerner at redhat.com> 1.2.13-1
 - fixed two typos in fw_icmp (rhbz#467334)
 - added ability to sort custom rules files (rhbz#467696)




More information about the scm-commits mailing list