- new upstream release
This commit is contained in:
parent
17321833ab
commit
53ef56931f
@ -8,8 +8,8 @@
|
||||
|
||||
Name: fence-agents
|
||||
Summary: Set of unified programs capable of host isolation ("fencing")
|
||||
Version: 4.7.0
|
||||
Release: 2%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Version: 4.7.1
|
||||
Release: 1%{?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
|
||||
@ -138,14 +138,18 @@ BuildRequires: python-novaclient python-keystoneclient
|
||||
#undefine __brp_python_bytecompile
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}-%{version}%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
|
||||
%autopatch -p1
|
||||
# prevent compilation of something that won't get used anyway
|
||||
sed -i.orig 's|FENCE_ZVM=1|FENCE_ZVM=0|' configure.ac
|
||||
|
||||
%build
|
||||
if [ -z "$PYTHON " ]; then
|
||||
PYTHON="%{__python3}"
|
||||
fi
|
||||
|
||||
./autogen.sh
|
||||
%{configure} PYTHON="%{__python3}"
|
||||
%{configure}
|
||||
CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -745,6 +749,8 @@ Fence agents for devices with IPMI interface.
|
||||
%{_mandir}/man8/fence_ilo4.8*
|
||||
%{_sbindir}/fence_ilo5
|
||||
%{_mandir}/man8/fence_ilo5.8*
|
||||
%{_sbindir}/fence_ipmilanplus
|
||||
%{_mandir}/man8/fence_ipmilanplus.8*
|
||||
%{_sbindir}/fence_imm
|
||||
%{_mandir}/man8/fence_imm.8*
|
||||
|
||||
@ -1160,6 +1166,9 @@ Fence agent for IBM z/VM over IP.
|
||||
%{_mandir}/man8/fence_zvmip.8*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 8 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.7.1-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fence-agents-4.7.0.tar.gz) = f6bd36806c8c89a5aebb9771087f1bdb6436e4a2668527f3492b5f3671705a6b6cfa7f7ab229766bcf10edc019dcf953f808d410a5f098f699f47a6c6b1804da
|
||||
SHA512 (fence-agents-4.7.1.tar.gz) = 9973d80fa9545f44d0202e6841eeadaf9facdaca2a4a67827369b5fe63a58bc830a5fb91dc94c5a90dc1f8cf4a07198fd52eb46f3974b4730f69013154493527
|
||||
|
Loading…
Reference in New Issue
Block a user