- Fixed translations with python3

- Fixed exception for failed NM import, new doc string
- Make ipsets visible per default in firewall-config
- Install new fw_nm module
- Do not fail if log file could not be opened
- Fixed broken fr translation
This commit is contained in:
Thomas Woerner 2016-04-20 19:13:31 +02:00
parent 41c649ed4b
commit a81efa3c56
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/firewalld-0.3.14.2.tar.bz2
/firewalld-0.4.0.tar.bz2
/firewalld-0.4.1.tar.bz2
/firewalld-0.4.1.2.tar.bz2

View File

@ -7,7 +7,7 @@
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
Name: firewalld
Version: 0.4.1
Version: 0.4.1.2
Release: 1%{?dist}
URL: http://www.firewalld.org
License: GPLv2+
@ -18,7 +18,6 @@ Source2: FedoraWorkstation.xml
%endif
%if 0%{?fedora}
Patch0: firewalld-0.2.6-MDNS-default.patch
Patch1: firewalld-0.4.1-fr.patch
%endif
BuildArch: noarch
BuildRequires: desktop-file-utils
@ -174,7 +173,6 @@ Workstation product specific firewalld configuration settings.
%setup -q
%if 0%{?fedora}
%patch0 -p1
%patch1 -p1
%endif
%if 0%{?with_python3}
@ -487,6 +485,14 @@ fi
%endif
%changelog
* Wed Apr 20 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.1.2-1
- Fixed translations with python3
- Fixed exception for failed NM import, new doc string
- Make ipsets visible per default in firewall-config
- Install new fw_nm module
- Do not fail if log file could not be opened
- Fixed broken fr translation
* Tue Apr 19 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.1-1
- Enhancements of ipset handling
- No cleanup of ipsets using timeouts while reloading

View File

@ -1 +1 @@
8c108b78d9ea4eda867406a3874318b7 firewalld-0.4.1.tar.bz2
f0a24194b017a7d11eafa22e85829cc9 firewalld-0.4.1.2.tar.bz2