sshd - fix ansible 2.9 support in meta/main.yml

sshd - fix ansible 2.9 support in meta/main.yml
Resolves: rhbz#2052086 (9.1.0)
This commit is contained in:
Rich Megginson 2022-06-15 18:38:52 -06:00
parent 62b86a01a8
commit 8734be5269

View File

@ -30,7 +30,7 @@ Name: linux-system-roles
%endif
Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management
Version: 1.19.1
Version: 1.19.2
Release: 1%{?dist}
#Group: Development/Libraries
@ -184,7 +184,7 @@ BuildRequires: %{ansible_build_dep}
%global forgeorg15 https://github.com/willshersystems
%global repo15 ansible-sshd
%global rolename15 sshd
%defcommit 15 61cce32ce615a036309cbe54e6c70efe149580a1
%defcommit 15 7349bd448ed1824a02c7c5917f98e85f5ba0d8d0
#%%deftag 15 v0.15.1
#%%defcommit 16 59b9fd7b25607d8bd33bdb082748955f2652846a
@ -205,7 +205,7 @@ BuildRequires: %{ansible_build_dep}
%global rolename20 cockpit
%deftag 20 1.2.4
%global mainid 9eec1fc9467ea8b25e5a16300927b4d6169c49fb
%global mainid 32699432eafa71dab1d6860d05af5a25cead4275
Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
Source1: %{archiveurl1}
Source2: %{archiveurl2}
@ -234,7 +234,7 @@ Source801: ansible-posix-1.4.0.tar.gz
# Collection tarballs from Galaxy
# Not used on Fedora.
Source901: community-general-5.1.0.tar.gz
Source901: community-general-5.1.1.tar.gz
# Script to convert the collection README to Automation Hub.
# Not used on Fedora.
@ -721,6 +721,10 @@ fi
%endif
%changelog
* Wed Jun 15 2022 Rich Megginson <rmeggins@redhat.com> - 1.19.2-1
- sshd - fix ansible 2.9 support in meta/main.yml
Resolves: rhbz#2052086 (9.1.0)
* Mon Jun 13 2022 Rich Megginson <rmeggins@redhat.com> - 1.19.1-1
- storage - fix coverity scan issue in blivet.py
Resolves: rhbz#2072745 (9.1.0)