- 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
This commit is contained in:
parent
ebe2f35f6d
commit
ffe18e7c08
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <twoerner@redhat.com> - 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 <twoerner@redhat.com> - 0.4.3.1-2
|
||||
- Fixed selinux-policy conflict version for Fedora 24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user