- new upstream release
- fence_vmware_soap / fence_ovh: use Python 2 till python3-suds bug is fixed
This commit is contained in:
parent
a1aa7a80e5
commit
e579a37162
@ -15,8 +15,8 @@
|
||||
|
||||
Name: fence-agents
|
||||
Summary: Fence Agents for Red Hat Cluster
|
||||
Version: 4.1.0
|
||||
Release: 2%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Version: 4.1.1
|
||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: https://github.com/ClusterLabs/fence-agents
|
||||
@ -41,6 +41,9 @@ BuildRequires: autoconf automake libtool
|
||||
%setup -q -n %{name}-%{version}
|
||||
%autopatch -p1
|
||||
|
||||
# use Python2 until python3-suds bug is fixed
|
||||
sed -i -e "/^#\!/c#\!\/usr\/bin\/python2 -tt" fence/agents/vmware_soap/fence_vmware_soap.py fence/agents/ovh/fence_ovh.py
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
export PYTHON="/usr/bin/python3" %{configure}
|
||||
@ -621,7 +624,7 @@ The fence-agents-netio package contains a fence agent for Koukaam NETIO devices
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for OVH provider
|
||||
Requires: python3-suds
|
||||
Requires: python2-suds
|
||||
Requires: fence-agents-common = %{version}-%{release}
|
||||
%description ovh
|
||||
Red Hat Fence Agent for OVH hosting provider
|
||||
@ -636,7 +639,8 @@ Red Hat Fence Agent for OVH hosting provider
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for OVH provider
|
||||
Requires: fence-agents-common python3-suds
|
||||
Requires: python3-pycurl
|
||||
Requires: fence-agents-common = %{version}-%{release}
|
||||
%description pve
|
||||
Red Hat Fence Agent for PVE
|
||||
%files pve
|
||||
@ -813,7 +817,7 @@ The fence-agents-vmware-rest package contains a fence agent for VMWare with REST
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for VMWare with SOAP API v4.1+
|
||||
Requires: python3-suds
|
||||
Requires: python2-suds
|
||||
Requires: fence-agents-common = %{version}-%{release}
|
||||
%description vmware-soap
|
||||
The fence-agents-vmware-soap package contains a fence agent for VMWare with SOAP API v4.1+
|
||||
@ -878,6 +882,11 @@ The fence-agents-zvm package contains a fence agent for IBM z/VM over IP.
|
||||
%{_mandir}/man8/fence_zvmip.8*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-1
|
||||
- new upstream release
|
||||
- fence_vmware_soap / fence_ovh: use Python 2 till python3-suds bug
|
||||
is fixed
|
||||
|
||||
* Fri Feb 9 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-2
|
||||
- new upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fence-agents-4.1.0.tar.xz) = 53e0a9148e01d8b9d35b8e6da0fba362e218a29de0ddbb3626434c1708671ce31d0e081bcddaa5c3ca423aea4b70806409498af30de59e192e9be888540e5323
|
||||
SHA512 (fence-agents-4.1.1.tar.xz) = 10168523a6fffdf19ca236fcd5d15bbef3eac9394cbaa5c92b311f166b1f9f86710cf6151113d9fc17f8c8350788e7dcddca8e5139f73c9193fd64793c6eae7c
|
||||
|
Loading…
Reference in New Issue
Block a user