rpms/system-config-firewall/devel .cvsignore, 1.29, 1.30 sources, 1.32, 1.33 system-config-firewall.spec, 1.44, 1.45

Thomas Woerner twoerner at fedoraproject.org
Fri Sep 11 14:57:11 UTC 2009


Author: twoerner

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

Modified Files:
	.cvsignore sources system-config-firewall.spec 
Log Message:
- added support for PolicyKit
- removed unused inconsistent flag from CellRendererToggle in serviceView (rhbz#521144)
- made "Port/Protocol" cell resizable in "Trusted Services"-view
- fixed hidden one line label after resize caused by fix for bgo#315462
- fixed startup busy loops if assistive technologies is enabled (rhbz#515048)
  by moving set_model after adding the columns to a TreeView
- fixed tui to create valid empty self.config object (rhbz#518210)
- failing to load the icon in fw_gui.setupScreen should not be fatal
  (rhbz#508186)
- made description column in settings dialog resizable
- removed rhpl usage (rhbz#508991)
- fixed not reappearing TreeViewTooltips if mouse moved in the tooltip popup
- hide TreeViewTooltips while scrolling
- code cleanup
- sort ports in fw_services by protocol, id
- updated translations: as, bn_IN, ca, da, de, es, fi, fr, gu, hi, kn, hu, it, 
                        ja, ko, ml, mr, nl, or, pa, pl, pt, pt_BR, ru, sk, sr,
			sr at latin, ta, te, uk, zh_CN, zh_TW




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- .cvsignore	27 Jul 2009 16:12:30 -0000	1.29
+++ .cvsignore	11 Sep 2009 14:57:10 -0000	1.30
@@ -2,3 +2,4 @@ system-config-firewall-1.2.14.tar.bz2
 system-config-firewall-1.2.15.tar.bz2
 system-config-firewall-1.2.16.tar.bz2
 system-config-firewall-1.2.17.tar.bz2
+system-config-firewall-1.2.18.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- sources	27 Jul 2009 16:12:30 -0000	1.32
+++ sources	11 Sep 2009 14:57:11 -0000	1.33
@@ -1 +1 @@
-07ba9d7855ebc06a9145ae9d4ed2dcaa  system-config-firewall-1.2.17.tar.bz2
+c264e0d2a6938881f49eab3f017f9ab3  system-config-firewall-1.2.18.tar.bz2


Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- system-config-firewall.spec	27 Jul 2009 16:12:30 -0000	1.44
+++ system-config-firewall.spec	11 Sep 2009 14:57:11 -0000	1.45
@@ -1,6 +1,6 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
-Version: 1.2.17
+Version: 1.2.18
 Release: 1%{?dist}
 URL: http://fedorahosted.org/system-config-firewall
 License: GPLv2+
@@ -21,6 +21,7 @@ Requires: system-config-firewall-tui = %
 Requires: hicolor-icon-theme
 Requires: pygtk2-libglade
 Requires: gtk2 >= 2.6
+Requires: python-slip >= 0.2.3
 
 %description
 system-config-firewall is a graphical user interface for basic firewall setup.
@@ -35,7 +36,6 @@ Provides: system-config-securitylevel-tu
 Requires: iptables >= 1.2.8
 Requires: iptables-ipv6
 Requires: system-config-network-tui
-Requires: rhpl
 Requires: newt
 Requires: libselinux >= 1.19.1
 
@@ -84,17 +84,22 @@ fi
 %files
 %defattr(-,root,root)
 %{_bindir}/system-config-firewall
-%{_datadir}/system-config-firewall/system-config-firewall.py*
+#%{_datadir}/system-config-firewall/system-config-firewall.py*
 %defattr(0644,root,root)
+%{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Config.Firewall.conf
+%{_datadir}/dbus-1/system-services/org.fedoraproject.Config.Firewall.service
+%{_datadir}/polkit-1/actions/org.fedoraproject.config.firewall.policy
 %{_datadir}/system-config-firewall/fw_gui.*
+%{_datadir}/system-config-firewall/fw_dbus.*
 %{_datadir}/system-config-firewall/gtk_*
 %{_datadir}/system-config-firewall/*.glade
+%attr(0755,root,root) %{_datadir}/system-config-firewall/system-config-firewall-mechanism.*
 %{_datadir}/system-config-firewall/wizard_*.png
 %{_datadir}/system-config-firewall/wizard.svg
 %{_datadir}/applications/system-config-firewall.desktop
 %{_datadir}/icons/hicolor/*/apps/preferences-system-firewall.*
-%config /etc/security/console.apps/system-config-firewall
-%config /etc/pam.d/system-config-firewall
+#%config /etc/security/console.apps/system-config-firewall
+#%config /etc/pam.d/system-config-firewall
 
 %files -f %{name}.lang tui
 %defattr(-,root,root)
@@ -110,6 +115,7 @@ fi
 %{_datadir}/system-config-firewall/fw_functions.*
 %{_datadir}/system-config-firewall/fw_icmp.*
 %{_datadir}/system-config-firewall/fw_iptables.*
+%{_datadir}/system-config-firewall/fw_lokkit.*
 %{_datadir}/system-config-firewall/fw_parser.*
 %{_datadir}/system-config-firewall/fw_selinux.*
 %{_datadir}/system-config-firewall/fw_services.*
@@ -119,6 +125,26 @@ fi
 %ghost %config(missingok,noreplace) /etc/sysconfig/system-config-firewall
 
 %changelog
+* Fri Sep 11 2009 Thomas Woerner <twoerner at redhat.com> 1.2.18-1
+- added support for PolicyKit
+- removed unused inconsistent flag from CellRendererToggle in serviceView (rhbz#521144)
+- made "Port/Protocol" cell resizable in "Trusted Services"-view
+- fixed hidden one line label after resize caused by fix for bgo#315462
+- fixed startup busy loops if assistive technologies is enabled (rhbz#515048)
+  by moving set_model after adding the columns to a TreeView
+- fixed tui to create valid empty self.config object (rhbz#518210)
+- failing to load the icon in fw_gui.setupScreen should not be fatal
+  (rhbz#508186)
+- made description column in settings dialog resizable
+- removed rhpl usage (rhbz#508991)
+- fixed not reappearing TreeViewTooltips if mouse moved in the tooltip popup
+- hide TreeViewTooltips while scrolling
+- code cleanup
+- sort ports in fw_services by protocol, id
+- updated translations: as, bn_IN, ca, da, de, es, fi, fr, gu, hi, kn, hu, it, 
+                        ja, ko, ml, mr, nl, or, pa, pl, pt, pt_BR, ru, sk, sr,
+			sr at latin, ta, te, uk, zh_CN, zh_TW
+
 * Mon Jul 27 2009 Thomas Woerner <twoerner at redhat.com> 1.2.17-1
 - Added Red Hat Cluster Suite to trusted services (rhbz#493668)
 - Fixed wrong patch for system-config-firewall-tui (rhbz#461046)




More information about the fedora-extras-commits mailing list