- Bundled missing libraries

Resolves: RHEL-25954
This commit is contained in:
Oyvind Albrigtsen 2024-04-11 10:29:38 +02:00
parent c4e97edd10
commit 2c78567a32

View File

@ -13,7 +13,7 @@
Name: fence-agents
Summary: Set of unified programs capable of host isolation ("fencing")
Version: 4.13.1
Release: 4%{?alphatag:.%{alphatag}}%{?dist}
Release: 5%{?alphatag:.%{alphatag}}%{?dist}
License: GPL-2.0-or-later AND LGPL-2.0-or-later
URL: https://github.com/ClusterLabs/fence-agents
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
@ -166,7 +166,10 @@ BuildRequires: libxslt
## Python dependencies
BuildRequires: python3-devel
# dependencies for building HA support subpackages
BuildRequires: python3-pip python3-wheel python3-setuptools python-poetry-core libcurl-devel golang go-rpm-macros git
BuildRequires: python3-pip python3-wheel python3-setuptools python-poetry-core libcurl-devel git openssl-devel
%ifarch x86_64
BuildRequires: golang go-rpm-macros
%endif
# dependencies for HA support subpackages
BuildRequires: python3-pexpect python3-ptyprocess python3-colorama python3-docutils python3-pyyaml python3-jmespath python3-pyasn1 python3-dateutil python3-urllib3 python3-six python3-cryptography python3-cffi python3-requests python3-requests-oauthlib python3-typing-extensions python3-packaging python3-charset-normalizer python3-idna python3-oauthlib python3-pycparser python3-pyroute2 python3-protobuf python3-pyparsing
@ -208,6 +211,7 @@ sed -i.orig 's|FENCE_ZVM=1|FENCE_ZVM=0|' configure.ac
export PYTHON="%{__python3}"
# aliyun-cli
%ifarch x86_64
tar zxf %SOURCE1150
pushd aliyun-cli-*
git init
@ -224,6 +228,7 @@ unset TMPLDFLAGS
mkdir -p ../support/aliyun/aliyun-cli
install -m 0755 out/aliyun ../support/aliyun/aliyun-cli/
popd
%endif
# support libs
%ifarch x86_64
@ -1154,7 +1159,7 @@ are located on corosync cluster nodes.
%endif
%changelog
* Mon Mar 4 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.13.1-4
* Thu Apr 11 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.13.1-5
- Bundled missing libraries
Resolves: RHEL-25954