storage, logging, ha_cluster, sshd - minor issues

storage - fix coverity scan issue in blivet.py
Resolves: rhbz#2072745 (9.1.0)

logging - fix gather_facts/set_vars issue
Resolves: rhbz#2078989 (9.1.0)

ha_cluster - Move tasks that set up CI environment to roles tasks/ dir
Resolves: rhbz#2093438 (9.1.0)

sshd - fix tests issue with rhel9 hosts
This commit is contained in:
Rich Megginson 2022-06-13 11:02:57 -06:00
parent c4b86a65d4
commit 9d20456a2b

View File

@ -30,7 +30,7 @@ Name: linux-system-roles
%endif %endif
Url: https://github.com/linux-system-roles Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management Summary: Set of interfaces for unified system management
Version: 1.19.0 Version: 1.19.1
Release: 1%{?dist} Release: 1%{?dist}
#Group: Development/Libraries #Group: Development/Libraries
@ -147,7 +147,7 @@ BuildRequires: %{ansible_build_dep}
#%%defcommit 6 50d2b8ccc98a8f4cb9d1d550d21adc227181e9fa #%%defcommit 6 50d2b8ccc98a8f4cb9d1d550d21adc227181e9fa
%global rolename6 storage %global rolename6 storage
%deftag 6 1.8.0 %deftag 6 1.8.1
#%%defcommit 7 d57caa8ca506d8cbc7ca0f96f7cb62b7e965f163 #%%defcommit 7 d57caa8ca506d8cbc7ca0f96f7cb62b7e965f163
%global rolename7 metrics %global rolename7 metrics
@ -163,7 +163,7 @@ BuildRequires: %{ansible_build_dep}
#%%defcommit 10 20dd3e5520ca06dcccaa9b3f1fb428d055e0c23f #%%defcommit 10 20dd3e5520ca06dcccaa9b3f1fb428d055e0c23f
%global rolename10 logging %global rolename10 logging
%deftag 10 1.9.2 %deftag 10 1.9.3
#%%defcommit 11 c57d0b1f3384c525738fa26ba4bdca485e162567 #%%defcommit 11 c57d0b1f3384c525738fa26ba4bdca485e162567
%global rolename11 nbde_server %global rolename11 nbde_server
@ -184,8 +184,8 @@ BuildRequires: %{ansible_build_dep}
%global forgeorg15 https://github.com/willshersystems %global forgeorg15 https://github.com/willshersystems
%global repo15 ansible-sshd %global repo15 ansible-sshd
%global rolename15 sshd %global rolename15 sshd
#%%defcommit 15 2ba5bfee852aec5f699bf1c53193f7935beed825 %defcommit 15 61cce32ce615a036309cbe54e6c70efe149580a1
%deftag 15 v0.15.1 #%%deftag 15 v0.15.1
#%%defcommit 16 59b9fd7b25607d8bd33bdb082748955f2652846a #%%defcommit 16 59b9fd7b25607d8bd33bdb082748955f2652846a
%global rolename16 ssh %global rolename16 ssh
@ -193,7 +193,7 @@ BuildRequires: %{ansible_build_dep}
#%%defcommit 17 f901239cb91878719c9e7461760ef8d4789d626d #%%defcommit 17 f901239cb91878719c9e7461760ef8d4789d626d
%global rolename17 ha_cluster %global rolename17 ha_cluster
%deftag 17 1.7.2 %deftag 17 1.7.3
#%%defcommit 18 5f6cb73e6753fbdbb219b7d3079f0378b2d3bdb3 #%%defcommit 18 5f6cb73e6753fbdbb219b7d3079f0378b2d3bdb3
%global rolename18 vpn %global rolename18 vpn
@ -205,7 +205,7 @@ BuildRequires: %{ansible_build_dep}
%global rolename20 cockpit %global rolename20 cockpit
%deftag 20 1.2.4 %deftag 20 1.2.4
%global mainid fe4fd028db23607414acce481388f23ac51cd944 %global mainid 9eec1fc9467ea8b25e5a16300927b4d6169c49fb
Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
Source1: %{archiveurl1} Source1: %{archiveurl1}
Source2: %{archiveurl2} Source2: %{archiveurl2}
@ -721,6 +721,18 @@ fi
%endif %endif
%changelog %changelog
* 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)
- logging - fix gather_facts/set_vars issue
Resolves: rhbz#2078989 (9.1.0)
- ha_cluster - Move tasks that set up CI environment to roles tasks/ dir
Resolves: rhbz#2093438 (9.1.0)
- sshd - fix tests issue with rhel9 hosts
* Mon Jun 06 2022 Rich Megginson <rmeggins@redhat.com> - 1.19.0-1 * Mon Jun 06 2022 Rich Megginson <rmeggins@redhat.com> - 1.19.0-1
- storage - support for creating and managing LVM thin pools/LVs - storage - support for creating and managing LVM thin pools/LVs
Resolves: rhbz#2072745 (9.1.0) Resolves: rhbz#2072745 (9.1.0)