sshd - support for rhel9 managed hosts

sshd - support for rhel9 managed hosts
Resolves: rhbz#1989221 (EL9)

(cherry picked from commit f988cf133f7775eb47c98bbfc73bff75f18c463c)
This commit is contained in:
Rich Megginson 2021-08-03 10:10:52 -06:00
parent 00294d4775
commit e7f56a79dc

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.7.1
Version: 1.7.2
Release: 1%{?dist}
#Group: Development/Libraries
@ -167,7 +167,7 @@ BuildRequires: ansible >= 2.9.10
%global repo15 ansible-sshd
%global rolename15 sshd
#%%defcommit 15 32f9d0dda5a801cbefad09214ec2d88b6838b943
%deftag 15 v0.13.0
%deftag 15 v0.13.1
#%%defcommit 16 59b9fd7b25607d8bd33bdb082748955f2652846a
%global rolename16 ssh
@ -615,6 +615,11 @@ fi
%endif
%changelog
* Tue Aug 03 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.2-1
- sshd - support for rhel9 managed hosts
Resolves rhbz#1989221 (EL9)
Resolves rhbz#1989638 (EL8)
* Thu Jul 29 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.1-1
- network - tests_provider_nm.yml fails with an error: Failure in test 'I can manage a veth interface with NM after I managed it with initscripts.
Resolves rhbz#1935919