From a81efa3c568fe4be42b1c878eb2e4950928d55ba Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Wed, 20 Apr 2016 19:13:31 +0200 Subject: [PATCH] - 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 --- .gitignore | 1 + firewalld.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2467607..932d297 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/firewalld.spec b/firewalld.spec index ca2408b..e71e951 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -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 - 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 - 0.4.1-1 - Enhancements of ipset handling - No cleanup of ipsets using timeouts while reloading diff --git a/sources b/sources index b3859e3..9e40ce2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c108b78d9ea4eda867406a3874318b7 firewalld-0.4.1.tar.bz2 +f0a24194b017a7d11eafa22e85829cc9 firewalld-0.4.1.2.tar.bz2