rpms/system-config-firewall/devel .cvsignore, 1.31, 1.32 sources, 1.36, 1.37 system-config-firewall.spec, 1.48, 1.49

Thomas Woerner twoerner at fedoraproject.org
Mon Jan 18 10:02:24 UTC 2010


Author: twoerner

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

Modified Files:
	.cvsignore sources system-config-firewall.spec 
Log Message:
- using NetworkManager DBUS interface to replace NCDeviceList from
  system-config-network
- not opening orig port for local port forwarding, only new port is open
- added isakmp support for IPsec (rhbz#504446)
- added amanda client support (rhbz#541679)
- fixed requirement for setenforce: libselinux-utils instead of libselinux
- removed unused import socket
- added download url to Source tag in spec file
- fixed wrong license header in src/fw_tui.py (LGPL instead of GPL)
- update cluster-suite service: disable rgmanager and cssd
- removed separator at the end of the Options menu (rhbz#531635)
- removed 2049/udp from NFS4 service (rhbz#532491)
- fixed build (fw_nm.py not packaged)
- dropped dbus requirement for tui version




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- .cvsignore	8 Oct 2009 10:22:58 -0000	1.31
+++ .cvsignore	18 Jan 2010 10:02:24 -0000	1.32
@@ -1 +1,2 @@
 system-config-firewall-1.2.21.tar.bz2
+system-config-firewall-1.2.23.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- sources	8 Oct 2009 10:22:58 -0000	1.36
+++ sources	18 Jan 2010 10:02:24 -0000	1.37
@@ -1 +1 @@
-cf37921b3a11b925d26cafa0f590536d  system-config-firewall-1.2.21.tar.bz2
+f2ef9118a60b92c16b321c7442260a33  system-config-firewall-1.2.23.tar.bz2


Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- system-config-firewall.spec	8 Oct 2009 10:22:59 -0000	1.48
+++ system-config-firewall.spec	18 Jan 2010 10:02:24 -0000	1.49
@@ -15,7 +15,7 @@
 
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
-Version: 1.2.21
+Version: 1.2.23
 Release: 1%{?dist}
 URL: http://fedorahosted.org/system-config-firewall
 License: GPLv2+
@@ -23,7 +23,7 @@ ExclusiveOS: Linux
 Group: System Environment/Base
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
-Source0: %{name}-%{version}.tar.bz2
+Source0: https://fedorahosted.org/released/system-config-firewall/%{name}-%{version}.tar.bz2
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -35,6 +35,7 @@ Requires: hicolor-icon-theme
 Requires: pygtk2
 Requires: pygtk2-libglade
 Requires: gtk2 >= 2.6
+Requires: dbus-python
 %if %{with usermode}
 Requires: usermode-gtk >= 1.94
 %endif
@@ -56,7 +57,7 @@ Provides: lokkit = 1.7.0
 Requires: python
 Requires: iptables >= 1.2.8
 Requires: iptables-ipv6
-Requires: libselinux >= 1.19.1
+Requires: libselinux-utils >= 1.19.1
 
 %description base
 Base components of system-config-firewall with lokkit, the command line tool 
@@ -68,7 +69,7 @@ Group: System Environment/Base
 Obsoletes: system-config-securitylevel-tui
 Provides: system-config-securitylevel-tui = 1.7.0
 Requires: system-config-firewall-base = %{version}-%{release}
-Requires: system-config-network-tui
+#Requires: system-config-network-tui
 Requires: newt
 
 %description tui
@@ -131,6 +132,7 @@ fi
 %endif
 %{_datadir}/system-config-firewall/fw_gui.*
 %{_datadir}/system-config-firewall/fw_dbus.*
+%{_datadir}/system-config-firewall/fw_nm.*
 %{_datadir}/system-config-firewall/gtk_*
 %{_datadir}/system-config-firewall/*.glade
 %attr(0755,root,root) %{_datadir}/system-config-firewall/system-config-firewall-mechanism.*
@@ -170,6 +172,24 @@ fi
 %{_datadir}/system-config-firewall/fw_tui.*
 
 %changelog
+* Mon Jan 18 2010 Thomas Woerner <twoerner at redhat.com> 1.2.23-1
+- fixed build (fw_nm.py not packaged)
+- dropped dbus requirement for tui version
+
+* Fri Jan 15 2010 Thomas Woerner <twoerner at redhat.com> 1.2.22-1
+- using NetworkManager DBUS interface to replace NCDeviceList from
+  system-config-network
+- not opening orig port for local port forwarding, only new port is open
+- added isakmp support for IPsec (rhbz#504446)
+- added amanda client support (rhbz#541679)
+- fixed requirement for setenforce: libselinux-utils instead of libselinux
+- removed unused import socket
+- added download url to Source tag in spec file
+- fixed wrong license header in src/fw_tui.py (LGPL instead of GPL)
+- update cluster-suite service: disable rgmanager and cssd
+- removed separator at the end of the Options menu (rhbz#531635)
+- removed 2049/udp from NFS4 service (rhbz#532491)
+
 * Thu Oct  8 2009 Thomas Woerner <twoerner at redhat.com> 1.2.21-1
 - fixed Policykit v0 compatibility for Fedora version 10 and 11: python-slip
   for PolicyKit v0 does not provide dbus



More information about the scm-commits mailing list