logging, cert - use tar; logging - server_host; logging - py crypto

logging, certificate - Instead of the archive module, use "tar" command for backup.
Resolves: rhbz#1984182 (EL9)

logging - Add a support for list value to server_host in the elasticsearch output
Resolves: rhbz#1986460 (EL9)

logging - tests_relp.yml; Can't detect any of the required Python libraries cryptography (>= 1.2.3) or PyOpenSSL (>= 0.6)
Resolves: rhbz#1989962 (EL9)

(cherry picked from commit 6e83ea827bef074f0d105e208da3b633bb9ae66e)
This commit is contained in:
Rich Megginson 2021-08-06 20:03:51 -06:00
parent c44356213c
commit 5975a6072b

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.4
Version: 1.7.5
Release: 1%{?dist}
#Group: Development/Libraries
@ -145,7 +145,7 @@ BuildRequires: ansible >= 2.9.10
#%%defcommit 10 20dd3e5520ca06dcccaa9b3f1fb428d055e0c23f
%global rolename10 logging
%deftag 10 1.4.0
%deftag 10 1.4.1
#%%defcommit 11 c57d0b1f3384c525738fa26ba4bdca485e162567
%global rolename11 nbde_server
@ -157,7 +157,7 @@ BuildRequires: ansible >= 2.9.10
#%%defcommit 13 310fc53db04e8d3134524afb7a89b0477a2ffb83
%global rolename13 certificate
%deftag 13 1.0.4
%deftag 13 1.0.5
#%%defcommit 14 b2a9857ac661fa32e66666e444b73bfdb34cdf95
%global rolename14 crypto_policies
@ -615,6 +615,17 @@ fi
%endif
%changelog
* Fri Aug 06 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.5-1
- logging, certificate - Instead of the archive module, use "tar" command for backup.
Resolves rhbz#1984182 (EL9)
Resolves rhbz#1987096 (EL8)
- logging - Add a support for list value to server_host in the elasticsearch output
Resolves rhbz#1986460 (EL9)
Resolves rhbz#1986463 (EL8)
- logging - tests_relp.yml; Can't detect any of the required Python libraries cryptography (>= 1.2.3) or PyOpenSSL (>= 0.6)
Resolves rhbz#1989962 (EL9)
Resolves rhbz#1990142 (EL8)
* Fri Aug 06 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.4-1
- metrics - Grafana dashboard not working after metrics role run unless services manually restarted
Resolves rhbz#1984150 (EL9)