- Fixed selinux-policy conflict version for Fedora 24

This commit is contained in:
Thomas Woerner 2016-06-29 11:38:48 +02:00
parent 2e46c99b3b
commit ebe2f35f6d

View File

@ -8,7 +8,7 @@
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
Name: firewalld Name: firewalld
Version: 0.4.3.1 Version: 0.4.3.1
Release: 1%{?dist} Release: 2%{?dist}
URL: http://www.firewalld.org URL: http://www.firewalld.org
License: GPLv2+ License: GPLv2+
Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2 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 Conflicts: selinux-policy < 3.13.1-158.21
%endif %endif
%if 0%{?fedora} == 24 %if 0%{?fedora} == 24
Conflicts: selinux-policy < 3.13.1-191.3 Conflicts: selinux-policy < 3.13.1-191.fc24.3
%endif %endif
%if 0%{?fedora} > 24 %if 0%{?fedora} > 24
Conflicts: selinux-policy < 3.13.1-199 Conflicts: selinux-policy < 3.13.1-199
@ -397,6 +397,9 @@ fi
%{_mandir}/man1/firewall-config*.1* %{_mandir}/man1/firewall-config*.1*
%changelog %changelog
* Wed Jun 29 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.1-2
- Fixed selinux-policy conflict version for Fedora 24
* Tue Jun 28 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.1-1 * Tue Jun 28 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.1-1
- New firewalld release 0.4.3.1 - New firewalld release 0.4.3.1
- firewall.command: Fix python3 DBusException message not interable error - firewall.command: Fix python3 DBusException message not interable error