From 9c6116ed82401fafe2db0a5f34cfa2521b298e0a Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Wed, 30 Mar 2022 09:46:42 +0200 Subject: [PATCH] - fence_azure_arm: fix sovereign cloud and MSI support Resolves: rhbz#2010652 --- fence-agents.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fence-agents.spec b/fence-agents.spec index 50cd7cb..7f2efb1 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -59,7 +59,7 @@ Name: fence-agents Summary: Set of unified programs capable of host isolation ("fencing") Version: 4.10.0 -Release: 19%{?alphatag:.%{alphatag}}%{?dist} +Release: 20%{?alphatag:.%{alphatag}}%{?dist} License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/fence-agents Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz @@ -1454,6 +1454,10 @@ are located on corosync cluster nodes. %endif %changelog +* Wed Mar 30 2022 Oyvind Albrigtsen - 4.10.0-20 +- fence_azure_arm: fix sovereign cloud and MSI support + Resolves: rhbz#2010652 + * Mon Mar 7 2022 Oyvind Albrigtsen - 4.10.0-19 - fence_ibm_vpc: new fence agent Resolves: rhbz#2061321 @@ -1483,10 +1487,6 @@ are located on corosync cluster nodes. - fence_amt_ws: fix "or" causing dead code Resolves: rhbz#2010709 -* Tue Oct 5 2021 Oyvind Albrigtsen - 4.10.0-10 -- fence_azure_arm: fix sovereign cloud and MSI support - Resolves: rhbz#2010652 - * Tue Aug 31 2021 Oyvind Albrigtsen - 4.10.0-9 - Only build fence-virt subpackages for x86_64 arch Resolves: rhbz#1965988