From b5acd77e063864bb8109484a4cf85a516cdafcf0 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 15 Jul 2021 18:03:58 -0600 Subject: [PATCH] crypto_policies - rename 'policy modules' to 'subpolicies' Resolves: rhbz#1982896 (EL9) (cherry picked from commit 470be0e5cca5932d363a308837d93be280c5ce27) --- linux-system-roles.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index f460669..c3bf78a 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.4.2 +Version: 1.5.0 Release: 1%{?dist} #Group: Development/Libraries @@ -161,7 +161,7 @@ BuildRequires: ansible >= 2.9.10 #%%defcommit 14 b2a9857ac661fa32e66666e444b73bfdb34cdf95 %global rolename14 crypto_policies -%deftag 14 1.0.1 +%deftag 14 1.1.0 %global forgeorg15 https://github.com/willshersystems %global repo15 ansible-sshd @@ -613,6 +613,11 @@ fi %endif %changelog +* Thu Jul 15 2021 Rich Megginson - 1.5.0-1 +- crypto_policies - rename 'policy modules' to 'subpolicies' + Resolves rhbz#1982896 (EL9) + Resolves rhbz#1982897 (EL8) + * Thu Jul 15 2021 Rich Megginson - 1.4.2-1 - storage - relabel doesn't support - Fixed volume relabeling Resolves rhbz#1876315 (EL8)