From ebe2f35f6d2fb28edaa39824b95a67c87fad1f4f Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Wed, 29 Jun 2016 11:38:48 +0200 Subject: [PATCH] - Fixed selinux-policy conflict version for Fedora 24 --- firewalld.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/firewalld.spec b/firewalld.spec index af0e126..98d680b 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -8,7 +8,7 @@ Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Name: firewalld Version: 0.4.3.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.firewalld.org License: GPLv2+ Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2 @@ -46,7 +46,7 @@ Requires: python-firewall = %{version}-%{release} Conflicts: selinux-policy < 3.13.1-158.21 %endif %if 0%{?fedora} == 24 -Conflicts: selinux-policy < 3.13.1-191.3 +Conflicts: selinux-policy < 3.13.1-191.fc24.3 %endif %if 0%{?fedora} > 24 Conflicts: selinux-policy < 3.13.1-199 @@ -397,6 +397,9 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* Wed Jun 29 2016 Thomas Woerner - 0.4.3.1-2 +- Fixed selinux-policy conflict version for Fedora 24 + * Tue Jun 28 2016 Thomas Woerner - 0.4.3.1-1 - New firewalld release 0.4.3.1 - firewall.command: Fix python3 DBusException message not interable error