From e166e3eeef3a988dfb0c4f9dbec0c77207b2868c Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 23 Jul 2021 08:33:36 -0600 Subject: [PATCH] Error: device becoming unmanaged and pytest not reproducible in tests_integration_pytest.yml Resolves: rhbz#1985382 (EL9) EPEL yum repository configuration for tests Rebasing to latest picks up this fix see rhel7 bz1980439 connections: workaround DeprecationWarning for NM.SettingEthtool.set_feature() Rebasing to latest picks up this fix (cherry picked from commit a9d89f48d068dc32b7492bb3d8f63046d5d78e94) --- linux-system-roles.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index ac35ab0..4f0e7df 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.0 +Version: 1.6.1 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 245ff58e25b0aaecdb59e65d24b19f4a1797798d +%defcommit 5 e10919ec62ce5efbc8d405c3d25c1e45e26d6b48 %global rolename5 network #%%deftag 5 1.0.0 @@ -613,6 +613,15 @@ fi %endif %changelog +* Fri Jul 23 2021 Rich Megginson - 1.6.1-1 +- Error: device becoming unmanaged and pytest not reproducible in tests_integration_pytest.yml + Resolves rhbz#1985382 (EL9) + Resolves rhbz#1932699 (EL8) +- EPEL yum repository configuration for tests + Rebasing to latest picks up this fix - see rhel7 bz1980439 +- connections: workaround DeprecationWarning for NM.SettingEthtool.set_feature() + Rebasing to latest picks up this fix + * Thu Jul 15 2021 Rich Megginson - 1.6.0-1 - ha_cluster - add pacemaker cluster properties configuration Resolves rhbz#1982913 (EL8)