From f988cf133f7775eb47c98bbfc73bff75f18c463c Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Aug 03 2021 16:10:52 +0000 Subject: sshd - support for rhel9 managed hosts sshd - support for rhel9 managed hosts Resolves: rhbz#1989221 (EL9) Resolves: rhbz#1989638 (EL8) --- diff --git a/linux-system-roles.spec b/linux-system-roles.spec index aae9779..4a6747f 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.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 - 1.7.2-1 +- sshd - support for rhel9 managed hosts + Resolves rhbz#1989221 (EL9) + Resolves rhbz#1989638 (EL8) + * Thu Jul 29 2021 Rich Megginson - 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