From 6e83ea827bef074f0d105e208da3b633bb9ae66e Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Aug 07 2021 02:03:51 +0000 Subject: 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) 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) --- diff --git a/linux-system-roles.spec b/linux-system-roles.spec index 6dcb172..3a80bf1 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.3 +Version: 1.7.4 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 - 1.7.4-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) + * Tue Aug 03 2021 Rich Megginson - 1.7.3-1 - storage - tag tests that use NVME and SCSI Resolves rhbz#1989211 (EL9)