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)
This commit is contained in:
Rich Megginson 2021-07-23 08:33:36 -06:00
parent d4c1cd435f
commit e166e3eeef

View File

@ -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 <rmeggins@redhat.com> - 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 <rmeggins@redhat.com> - 1.6.0-1
- ha_cluster - add pacemaker cluster properties configuration
Resolves rhbz#1982913 (EL8)