- new upstream release
This commit is contained in:
parent
c882befc95
commit
baff0ab868
@ -8,14 +8,12 @@
|
|||||||
|
|
||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Set of unified programs capable of host isolation ("fencing")
|
Summary: Set of unified programs capable of host isolation ("fencing")
|
||||||
Version: 4.2.1
|
Version: 4.3.0
|
||||||
Release: 6%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://github.com/ClusterLabs/fence-agents
|
URL: https://github.com/ClusterLabs/fence-agents
|
||||||
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.xz
|
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
|
||||||
Patch0: fence_vmware_soap-fix-python-3-suds-issue.patch
|
|
||||||
Patch1: python3-has_key-fixes.patch
|
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
# skipped: pve, raritan, rcd-serial, virsh
|
# skipped: pve, raritan, rcd-serial, virsh
|
||||||
@ -100,11 +98,11 @@ BuildRequires: python3-google-api-client
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
# prevent compilation of something that won't get used anyway
|
# prevent compilation of something that won't get used anyway
|
||||||
sed -i.orig 's|FENCE_ZVM=|FENCE_ZVM_PREVENTED=|' configure.ac
|
sed -i.orig 's|FENCE_ZVM=1|FENCE_ZVM=0|' configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
export PYTHON="%{__python3}" %{configure}
|
%{configure} PYTHON="%{__python3}"
|
||||||
CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -978,6 +976,9 @@ Fence agent for IBM z/VM over IP.
|
|||||||
%{_mandir}/man8/fence_zvmip.8*
|
%{_mandir}/man8/fence_zvmip.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 5 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.3.0-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Wed Sep 19 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-6
|
* Wed Sep 19 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-6
|
||||||
- Fix missing fence-agents-all subpackage after spec improvements
|
- Fix missing fence-agents-all subpackage after spec improvements
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fence-agents-4.2.1.tar.xz) = a48f3162c04852f6a4c4f97e344e93a67ebee3743423a47d954fdeafccb11a71d1878a6d1df1655b0023f97be992e7c8cad1d9dc60d129ea49190c0206d53493
|
SHA512 (fence-agents-4.3.0.tar.gz) = b1f131a7a6f1d83e72db6ad6c8ce663b0e1de41fd35a5fce3544f4f524c7aaecff46ab16a5b6fe0e75c4dabaac52818508b0e8580eb9bac54f0da5604ec5e927
|
||||||
|
Loading…
Reference in New Issue
Block a user