From ffe18e7c080063f52c4f85b0b3981693f6f1857e Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Tue, 5 Jul 2016 19:47:25 +0200 Subject: [PATCH] - New firewalld release 0.4.3.2 - Fix regression with unavailable optional commands - All missing backend messages should be warnings - Individual calls for missing restore commands - Only one authenticate call for add and remove options and also sequences - New service RH-Satellite-6 - Fixed selinux-policy conflict version for RHEL-7 --- .gitignore | 1 + firewalld.spec | 14 +++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c644d3f..3f80fc6 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /firewalld-0.4.1.2.tar.bz2 /firewalld-0.4.2.tar.bz2 /firewalld-0.4.3.1.tar.bz2 +/firewalld-0.4.3.2.tar.bz2 diff --git a/firewalld.spec b/firewalld.spec index 98d680b..b4fc48f 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -7,8 +7,8 @@ Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Name: firewalld -Version: 0.4.3.1 -Release: 2%{?dist} +Version: 0.4.3.2 +Release: 1%{?dist} URL: http://www.firewalld.org License: GPLv2+ Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2 @@ -52,7 +52,7 @@ Conflicts: selinux-policy < 3.13.1-191.fc24.3 Conflicts: selinux-policy < 3.13.1-199 %endif %if 0%{?rhel} >= 7 -Conflicts: selinux-policy < 3.13.1-81 +Conflicts: selinux-policy < 3.13.1-84 %endif %if 0%{?fedora} > 21 @@ -397,6 +397,14 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* Mon Jul 4 2016 Thomas Woerner - 0.4.3.2-1 +- Fix regression with unavailable optional commands +- All missing backend messages should be warnings +- Individual calls for missing restore commands +- Only one authenticate call for add and remove options and also sequences +- New service RH-Satellite-6 +- Fixed selinux-policy conflict version for RHEL-7 + * Wed Jun 29 2016 Thomas Woerner - 0.4.3.1-2 - Fixed selinux-policy conflict version for Fedora 24 diff --git a/sources b/sources index fd707c1..e3c973f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9152e7c2c84caf24530b8581a5ad463d firewalld-0.4.3.1.tar.bz2 +048e618eced9bde697ccff9de98d2230 firewalld-0.4.3.2.tar.bz2