- aliyun-vpc-move-ip: use new aliyun-cli
Resolves: RHEL-26666
This commit is contained in:
parent
b49251f89d
commit
d66a3df4d3
@ -6,7 +6,7 @@ diff --color -uNr a/heartbeat/aliyun-vpc-move-ip b/heartbeat/aliyun-vpc-move-ip
|
|||||||
OCF_RESKEY_profile_default="default"
|
OCF_RESKEY_profile_default="default"
|
||||||
OCF_RESKEY_endpoint_default="vpc.aliyuncs.com"
|
OCF_RESKEY_endpoint_default="vpc.aliyuncs.com"
|
||||||
-OCF_RESKEY_aliyuncli_default="detect"
|
-OCF_RESKEY_aliyuncli_default="detect"
|
||||||
+OCF_RESKEY_aliyuncli_default="/usr/lib/fence-agents/support/aliyun/bin/aliyuncli"
|
+OCF_RESKEY_aliyuncli_default="/usr/lib/fence-agents/support/aliyun/aliyun-cli/aliyun"
|
||||||
|
|
||||||
|
|
||||||
: ${OCF_RESKEY_address=${OCF_RESKEY_address_default}}
|
: ${OCF_RESKEY_address=${OCF_RESKEY_address_default}}
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
Version: 4.10.0
|
Version: 4.10.0
|
||||||
Release: 52%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 53%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://github.com/ClusterLabs/resource-agents
|
URL: https://github.com/ClusterLabs/resource-agents
|
||||||
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
||||||
@ -214,7 +214,7 @@ service managers.
|
|||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Summary: Cloud resource agents
|
Summary: Cloud resource agents
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: ha-cloud-support
|
Requires: ha-cloud-support >= 4.10.0-63
|
||||||
Requires: socat
|
Requires: socat
|
||||||
Provides: resource-agents-aliyun
|
Provides: resource-agents-aliyun
|
||||||
Obsoletes: resource-agents-aliyun <= %{version}
|
Obsoletes: resource-agents-aliyun <= %{version}
|
||||||
@ -633,6 +633,11 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
|||||||
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 6 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-53
|
||||||
|
- aliyun-vpc-move-ip: use new aliyun-cli
|
||||||
|
|
||||||
|
Resolves: RHEL-26666
|
||||||
|
|
||||||
* Thu Feb 8 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-52
|
* Thu Feb 8 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-52
|
||||||
- findif.sh: fix loopback IP handling
|
- findif.sh: fix loopback IP handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user