- 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:
parent
41c649ed4b
commit
a81efa3c56
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user