- 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
This commit is contained in:
parent
53a07999d7
commit
5a6b84f108
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 05:19:45 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
- Add missed requirements to azure_arm
|
||||
- Fix version of fence-agents in Obsoletes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 07:16:00 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user