[system-config-firewall] - added firewalld check to prevent usage of s-c-fw if firewalld is running - fixed gtk_label_autowra

Thomas Woerner twoerner at fedoraproject.org
Tue Dec 21 15:41:55 UTC 2010


commit f9e7af74cb9ebbd2a5febb9e07a77e3c3322b963
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Tue Dec 21 16:40:29 2010 +0100

    - added firewalld check to prevent usage of s-c-fw if firewalld is running
    - fixed gtk_label_autowrap not to change alignments
    - fixed port of libvirt-tls (rhbz#565625)
    - fixed requirement for newt-python (was newt before)
    - return -2 for ports > 65535 in fw_functions.getPortID for better port error
      reporting
    - hide dialogs before going on (rhbz#643966)
    - updated translations: ca, de, he, hi, ja, nb, pa, pt, sk, sv, ta, uk, zh_TW

 .gitignore                  |    1 +
 sources                     |    2 +-
 system-config-firewall.spec |   15 +++++++++++++--
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c74559..16c718e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ system-config-firewall-1.2.21.tar.bz2
 system-config-firewall-1.2.23.tar.bz2
 system-config-firewall-1.2.25.tar.bz2
 system-config-firewall-1.2.27.tar.bz2
+/system-config-firewall-1.2.28.tar.bz2
diff --git a/sources b/sources
index 6085bd0..9333d82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb77a6e8dcf1de32131bb12152180f56  system-config-firewall-1.2.27.tar.bz2
+cc733d1fbd295aded01807757fd36d19  system-config-firewall-1.2.28.tar.bz2
diff --git a/system-config-firewall.spec b/system-config-firewall.spec
index b8496cf..3e8ec83 100644
--- a/system-config-firewall.spec
+++ b/system-config-firewall.spec
@@ -15,7 +15,7 @@
 
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
-Version: 1.2.27
+Version: 1.2.28
 Release: 1%{?dist}
 URL: http://fedorahosted.org/system-config-firewall
 License: GPLv2+
@@ -70,7 +70,7 @@ 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: newt
+Requires: newt-python
 
 %description tui
 system-config-firewall-tui is a text user interface for basic firewall setup.
@@ -153,6 +153,7 @@ fi
 %{_datadir}/system-config-firewall/etc_services.*
 %{_datadir}/system-config-firewall/fw_compat.*
 %{_datadir}/system-config-firewall/fw_config.*
+%{_datadir}/system-config-firewall/fw_firewalld.*
 %{_datadir}/system-config-firewall/fw_functions.*
 %{_datadir}/system-config-firewall/fw_icmp.*
 %{_datadir}/system-config-firewall/fw_iptables.*
@@ -170,6 +171,16 @@ fi
 %{_datadir}/system-config-firewall/fw_tui.*
 
 %changelog
+* Tue Dec 21 2010 Thomas Woerner <twoerner at redhat.com> 1.2.28-1
+- added firewalld check to prevent usage of s-c-fw if firewalld is running
+- fixed gtk_label_autowrap not to change alignments
+- fixed port of libvirt-tls (rhbz#565625)
+- fixed requirement for newt-python (was newt before)
+- return -2 for ports > 65535 in fw_functions.getPortID for better port error
+  reporting
+- hide dialogs before going on (rhbz#643966)
+- updated translations: ca, de, he, hi, ja, nb, pa, pt, sk, sv, ta, uk, zh_TW
+
 * Tue Aug 10 2010 Thomas Woerner <twoerner at redhat.com> 1.2.27-1
 - updated translations: bn_IN, de, fi, fr, gu, hi, it, ja, kn, ko, ml, mr, or,
                         pt_BR, ru, ta, te, zh_CN, zh_TW


More information about the scm-commits mailing list