From f864d51f0f9985b95ac80f37c7b40521067b9863 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 15 Jul 2021 21:09:15 -0600 Subject: [PATCH] ha_cluster - add pacemaker cluster properties configuration Resolves: rhbz#1982906 (EL9) (cherry picked from commit f2813e8e7eeaf2630873cb47a2827a2d93659475) --- 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 c3bf78a..ac35ab0 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.5.0 +Version: 1.6.0 Release: 1%{?dist} #Group: Development/Libraries @@ -175,7 +175,7 @@ BuildRequires: ansible >= 2.9.10 #%%defcommit 17 f901239cb91878719c9e7461760ef8d4789d626d %global rolename17 ha_cluster -%deftag 17 1.1.1 +%deftag 17 1.2.0 #%%defcommit 18 5f6cb73e6753fbdbb219b7d3079f0378b2d3bdb3 %global rolename18 vpn @@ -613,6 +613,11 @@ fi %endif %changelog +* Thu Jul 15 2021 Rich Megginson - 1.6.0-1 +- ha_cluster - add pacemaker cluster properties configuration + Resolves rhbz#1982913 (EL8) + Resolves rhbz#1982906 (EL9) + * Thu Jul 15 2021 Rich Megginson - 1.5.0-1 - crypto_policies - rename 'policy modules' to 'subpolicies' Resolves rhbz#1982896 (EL9)