- powervs-move-ip: new resource agent
Resolves: RHEL-114489
This commit is contained in:
parent
775e787b32
commit
8cd1c0ab33
@ -45,7 +45,7 @@
|
||||
Name: resource-agents
|
||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||
Version: 4.10.0
|
||||
Release: 82%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
Release: 83%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/resource-agents
|
||||
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
||||
@ -192,7 +192,7 @@ BuildRequires: python-devel
|
||||
# for pgsqlms
|
||||
BuildRequires: perl-devel perl-English perl-FindBin
|
||||
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 ppc64le
|
||||
BuildRequires: ha-cloud-support
|
||||
%endif
|
||||
|
||||
@ -449,6 +449,9 @@ export CFLAGS
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
PYTHONPATH="%{_usr}/lib/fence-agents/support/google" \
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
PYTHONPATH="%{_usr}/lib/fence-agents/support/ibm" \
|
||||
%endif
|
||||
%{conf_opt_fatal} \
|
||||
%if %{defined _unitdir}
|
||||
@ -737,7 +740,7 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
||||
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||
|
||||
%changelog
|
||||
* Mon Sep 15 2025 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-82
|
||||
* Wed Sep 17 2025 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-83
|
||||
- powervs-move-ip: new resource agent
|
||||
|
||||
Resolves: RHEL-114489
|
||||
|
||||
Loading…
Reference in New Issue
Block a user