firewall - set_default_zone, target immediate; network - fix 802 tests - epel hostapd

firewall - ensure target changes take effect immediately
Resolves: rhbz#2057164 (EL9)

firewall - Firewall RHEL System Role should be able to set default zone
Resolves: rhbz#2022461 (EL9)

network - tests_802_1x_nm, tests_802_1x_updated_nm fails because of missing hostapd in EPEL
Resolves: rhbz#2053861 (EL9)

(cherry picked from commit 0b47c4621d3a2e385463729f41aabb0f12c0805f)
This commit is contained in:
Rich Megginson 2022-02-22 14:12:21 -07:00
parent 258e73247d
commit f8f3ebc370

View File

@ -30,7 +30,7 @@ Name: linux-system-roles
%endif
Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management
Version: 1.14.0
Version: 1.15.0
Release: 1%{?dist}
#Group: Development/Libraries
@ -141,9 +141,9 @@ BuildRequires: %{ansible_build_dep}
%global rolename4 kdump
%deftag 4 1.2.2
#%%defcommit 5 59be6188579cc61a30230f978f38f67878251abc
%defcommit 5 61423ed36fc6da6dbe8321912e896c59a2d8e2f6
%global rolename5 network
%deftag 5 1.7.0
#%%deftag 5 1.7.0
#%%defcommit 6 50d2b8ccc98a8f4cb9d1d550d21adc227181e9fa
%global rolename6 storage
@ -200,7 +200,7 @@ BuildRequires: %{ansible_build_dep}
%deftag 18 1.3.2
%global rolename19 firewall
%deftag 19 1.0.3
%deftag 19 1.1.0
%global rolename20 cockpit
%deftag 20 1.2.1
@ -710,6 +710,17 @@ fi
%endif
%changelog
* Thu Feb 24 2022 Rich Megginson <rmeggins@redhat.com> - 1.15.0-1
- firewall - ensure target changes take effect immediately
Resolves rhbz#2057172 (EL8)
Resolves rhbz#2057164 (EL9)
- firewall - Firewall RHEL System Role should be able to set default zone
Resolves rhbz#2022458 (EL8)
Resolves rhbz#2022461 (EL9)
- network - tests_802_1x_nm, tests_802_1x_updated_nm fails because of missing hostapd in EPEL
Resolves rhbz#2053862 (EL8)
Resolves rhbz#2053861 (EL9)
* Mon Feb 21 2022 Rich Megginson <rmeggins@redhat.com> - 1.14.0-1
- ha_cluster - set permissions for haclient group
Resolves rhbz#2049747 (EL8)