From 5a6b84f108030f7a76c9c555d1470851ffa191e45d7a970fa833f7439a6adc2d Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Wed, 17 Jul 2024 05:21:29 +0000 Subject: [PATCH] - Add missed requirements to azure_arm - Fix version of fence-agents in Obsoletes OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=178 --- fence-agents.changes | 6 ++++++ fence-agents.spec | 15 +++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/fence-agents.changes b/fence-agents.changes index bf350b1..fa5b9d5 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 17 05:19:45 UTC 2024 - Peter Varkoly + +- Add missed requirements to azure_arm +- Fix version of fence-agents in Obsoletes + ------------------------------------------------------------------- Mon Jul 15 07:16:00 UTC 2024 - Peter Varkoly diff --git a/fence-agents.spec b/fence-agents.spec index 3ac8d7a..8fd63f6 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -272,7 +272,7 @@ License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later Summary: Set of unified programs capable of host isolation ("fencing") Requires: %{allfenceagents} Provides: fence-agents = %{version}-%{release} -Obsoletes: fence-agents < 3.1.13 +Obsoletes: fence-agents < %{version} %description all A collection of executables to handle isolation ("fencing") of possibly @@ -390,7 +390,7 @@ Summary: Fence agent for Amazon AWS Requires: fence-agents-common = %{version}-%{release} Requires: python3-boto3 BuildArch: noarch -Obsoletes: fence-agents < 3.1.13 +Obsoletes: fence-agents < %{version} %description aws Fence agent for Amazon AWS instances. @@ -411,9 +411,12 @@ Requires: python3-azure-identity Requires: python3-azure-mgmt-compute Requires: python3-azure-mgmt-network Requires: python3-msrestazure +Requires: python311-msrestazure +Requires: python311-pexpect +Requires: python311-pycurl %endif BuildArch: noarch -Obsoletes: fence-agents < 3.1.13 +Obsoletes: fence-agents < %{version} %description azure-arm Fence agent for Azure Resource Manager instances. @@ -609,7 +612,7 @@ Requires: python3-google-api-client Requires: python3-google-api-python-client %endif BuildArch: noarch -Obsoletes: fence-agents < 3.1.13 +Obsoletes: fence-agents < %{version} %description gce Fence agent for GCE (Google Cloud Engine) instances. @@ -1012,7 +1015,7 @@ Group: System Environment/Base Summary: Fence agent for Redfish Requires: fence-agents-common >= %{version}-%{release} Requires: python3-requests -Obsoletes: fence-agents < 3.1.13 +Obsoletes: fence-agents < %{version} %description redfish The fence-agents-redfish package contains a fence agent for Redfish @@ -1164,7 +1167,7 @@ License: GPL-2.0-or-later AND LGPL-2.0-or-later Summary: Fence agent for VMWare with REST API Requires: fence-agents-common = %{version}-%{release} BuildArch: noarch -Obsoletes: fence-agents < 3.1.13 +Obsoletes: fence-agents < %{version} %description vmware-rest Fence agent for VMWare with REST API.