From 526c86fb4699307bfcbfae21a61b2fb2080a01cd Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Jul 28 2021 20:59:51 +0000 Subject: network - skip hostapd tests - fix bond test on DHCP network - Skip tests on RHEL9 that use hostapd Resolves: rhbz#1945348 network - Fix the bond test on DHCP Resolves: rhbz#1918252 --- diff --git a/linux-system-roles.spec b/linux-system-roles.spec index f223496..ccf1035 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -21,7 +21,7 @@ Name: linux-system-roles %endif Url: https://github.com/linux-system-roles Summary: Set of interfaces for unified system management -Version: 1.6.2 +Version: 1.6.3 Release: 1%{?dist} #Group: Development/Libraries @@ -123,7 +123,7 @@ BuildRequires: ansible >= 2.9.10 %global rolename4 kdump %deftag 4 1.0.5 -%defcommit 5 e10919ec62ce5efbc8d405c3d25c1e45e26d6b48 +%defcommit 5 4b7f5d51fce6363c376f63f5c94e4bd122805dbe %global rolename5 network #%%deftag 5 1.0.0 @@ -613,6 +613,12 @@ fi %endif %changelog +* Wed Jul 28 2021 Rich Megginson - 1.6.3-1 +- network - Skip tests on RHEL9 that use hostapd + Resolves rhbz#1945348 +- network - Fix the bond test on DHCP + Resolves rhbz#1918252 + * Fri Jul 23 2021 Fedora Release Engineering - 1.6.2-1 - Error: device becoming unmanaged and pytest not reproducible in tests_integration_pytest.yml Resolves rhbz#1985382 (EL9)