diff --git a/fence-agents.spec b/fence-agents.spec index 2223c30..dbf8870 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: 65%{?alphatag:.%{alphatag}}%{?dist} +Release: 66%{?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 @@ -1517,7 +1517,7 @@ are located on corosync cluster nodes. %endif %changelog -* Thu Mar 14 2024 Oyvind Albrigtsen - 4.10.0-65 +* Thu Mar 14 2024 Oyvind Albrigtsen - 4.10.0-66 - Add missing licenses to spec-file Resolves: RHEL-27929 - ha-cloud-support: fix aliyun-cli diff --git a/tests/run_tests.sh b/tests/run_tests.sh index b0e6ffa..408fbe3 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -13,7 +13,6 @@ declare -A libs=( # aliyun ["aliyunsdkcore"]="sys.path.insert(0, '/usr/lib/fence-agents/support/aliyun');" ["aliyunsdkecs"]="sys.path.insert(0, '/usr/lib/fence-agents/support/aliyun');" - ["aliyuncli"]="sys.path.insert(0, '/usr/lib/fence-agents/support/aliyun');" # aws ["boto3"]="sys.path.insert(0, '/usr/lib/fence-agents/support/aws');" # azure