0f0a6904a4
- Update to 4.0.12: * new up-to-date wiki page with STDIN / command line arguments http://fedorahosted.org/cluster/wiki/FenceArguments * Fence agent fence_pve now supports --ssl-secure and --ssl-insecure (check certificate or not) * Fence agent for RHEV-M supports cookie based authentication (--use-cookies) * improvements in build system * Fix issue with regular expression in fence_rsb * Fix uninitialized EOL in fence_wti - Remove backported patches: - 0001-fence_brocade-Add-support-for-list-action.patch - 0002-fencing-Monitor-is-not-working-correctly-without-lis.patch - 0003-fence_apc_snmp-Add-support-for-firmware-6.x.patch - 0004-fence_zvm-Add-support-for-on-and-status.patch - 0005-fence_zvm-Add-current-XML-metadata-to-test-suite.patch - 0006-build-Fix-automake-files-so-make-distcheck-works.patch - 0007-fencing-Add-new-options-ssl-secure-and-ssl-insecure.patch - 0008-tests-Update-XML-metadata-of-fence-agents.patch - 0009-fence_cisco_ucs-fence_vmware_soap-Logout-has-to-be-p.patch - 0010-fence_zvm-Fixes-for-better-upstream-inclusion.patch - 0011-fence_zvm-Add-support-for-on-improve-documentation.patch - 0012-fence_rhevm-Use-https-prefix-also-with-ssl-secure-an.patch - 0013-fence_apc-shell-timeout-was-used-instead-of-power-ti.patch - 0014-fence_rsb-Fix-62d90e3a0827fcdc5be632bdf4103d3c08b396.patch - 0015-fence_wti-Fix-invalid-eol.patch - 0016-fence_pve-Add-support-for-ssl-secure-and-ssl-insecur.patch OBS-URL: https://build.opensuse.org/request/show/256908 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=25
210 lines
6.4 KiB
RPMSpec
210 lines
6.4 KiB
RPMSpec
#
|
|
# spec file for package fence-agents
|
|
#
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%global plugin_dir %{_libdir}/stonith/plugins/rhcs
|
|
|
|
Name: fence-agents
|
|
Summary: Fence Agents for Pacemaker from RHCS
|
|
License: GPL-2.0 and LGPL-2.1
|
|
Group: Productivity/Clustering/HA
|
|
Version: 4.0.12
|
|
Release: 0
|
|
Url: http://git.fedorahosted.org/git/fence-agents.git
|
|
Source0: %{name}-%{version}.tar.xz
|
|
|
|
Requires: python-curl
|
|
Requires: python-openssl
|
|
Requires: python-pexpect
|
|
Requires: python-requests
|
|
Requires: python-suds
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libtool
|
|
BuildRequires: libxml2-tools
|
|
BuildRequires: libxslt
|
|
BuildRequires: mozilla-nspr-devel
|
|
BuildRequires: mozilla-nss-devel
|
|
BuildRequires: perl
|
|
BuildRequires: perl-Net-Telnet
|
|
BuildRequires: pkg-config
|
|
BuildRequires: python
|
|
BuildRequires: python-curl
|
|
BuildRequires: python-pexpect
|
|
BuildRequires: python-requests
|
|
BuildRequires: python-suds
|
|
BuildRequires: python-xml
|
|
BuildRequires: xz
|
|
|
|
%package -n fence-agents-unsupported
|
|
Summary: Fence Agents for Pacemaker from RHCS
|
|
Group: Productivity/Clustering/HA
|
|
Requires: %{name} = %{version}-%{release}
|
|
# These are requirements of specific fencing agents; when moving the
|
|
# agent over to the supported main package, make sure to also shift the
|
|
# Requires if needed
|
|
Requires: net-snmp
|
|
Requires: openssh
|
|
Requires: perl-Net-Telnet
|
|
Requires: sg3_utils
|
|
Requires: telnet
|
|
# for fence_vmware_soap:
|
|
Requires: python-suds
|
|
# This is required by fence_virsh. Per discussion on fedora-devel
|
|
# switching from package to file based require.
|
|
Requires: /usr/bin/virsh
|
|
|
|
# This is required by fence_ipmilan. it appears that the packages
|
|
# have changed Requires around. Make sure to get the right one.
|
|
Requires: /usr/bin/ipmitool
|
|
|
|
%description
|
|
Fence Agents is a collection of scripts to handle remote power
|
|
management for several devices.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Abhijith Das <adas@redhat.com>
|
|
Adam Manthei <amanthei@redhat.com>
|
|
A. J. Lewis <alewis@redhat.com>
|
|
Alasdair G. Kergon <agk@redhat.com>
|
|
Andrew Price <andy@andrewprice.me.uk>
|
|
Benjamin Marzinski <bmarzins@redhat.com>
|
|
Bob Peterson <rpeterso@redhat.com>
|
|
Chris Feist <cfeist@redhat.com>
|
|
Christine Caulfield <ccaulfie@redhat.com>
|
|
Daniel Phillips <phillips@redhat.com>
|
|
David Teigland <teigland@redhat.com>
|
|
Fabio M. Di Nitto <fdinitto@redhat.com>
|
|
James Parsons <jparsons@redhat.com>
|
|
Joel Becker <joel.becker@oracle.com>
|
|
Jonathan Brassow <jbrassow@redhat.com>
|
|
jparsons <jparsons@redhat.com>
|
|
Ken Preslan <kpreslan@redhat.com>
|
|
Lon Hohberger <lhh@redhat.com>
|
|
Marc - A. Dahlhaus <mad@wol.de>
|
|
Marek 'marx' Grac <mgrac@redhat.com>
|
|
Mark Hlawatschek <hlawatschek@atix.de>
|
|
Michael Conrad Tadpol Tilstra <mtilstra@redhat.com>
|
|
Patrick Caulfield <pcaulfie@redhat.com>
|
|
Robert Peterson <rpeterso@redhat.com>
|
|
Ross Vandegrift <ross@kallisti.us>
|
|
Ryan McCabe <rmccabe@redhat.com>
|
|
Ryan O'Hara <rohara@redhat.com>
|
|
Stanko Kupcevic <kupcevic@redhat.com>
|
|
Steven Whitehouse <swhiteho@redhat.com>
|
|
Wendy Cheng <wcheng@redhat.com>
|
|
|
|
%description -n fence-agents-unsupported
|
|
Fence Agents is a collection of scripts to handle remote power
|
|
management for several devices.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Abhijith Das <adas@redhat.com>
|
|
Adam Manthei <amanthei@redhat.com>
|
|
A. J. Lewis <alewis@redhat.com>
|
|
Alasdair G. Kergon <agk@redhat.com>
|
|
Andrew Price <andy@andrewprice.me.uk>
|
|
Benjamin Marzinski <bmarzins@redhat.com>
|
|
Bob Peterson <rpeterso@redhat.com>
|
|
Chris Feist <cfeist@redhat.com>
|
|
Christine Caulfield <ccaulfie@redhat.com>
|
|
Daniel Phillips <phillips@redhat.com>
|
|
David Teigland <teigland@redhat.com>
|
|
Fabio M. Di Nitto <fdinitto@redhat.com>
|
|
James Parsons <jparsons@redhat.com>
|
|
Joel Becker <joel.becker@oracle.com>
|
|
Jonathan Brassow <jbrassow@redhat.com>
|
|
jparsons <jparsons@redhat.com>
|
|
Ken Preslan <kpreslan@redhat.com>
|
|
Lon Hohberger <lhh@redhat.com>
|
|
Marc - A. Dahlhaus <mad@wol.de>
|
|
Marek 'marx' Grac <mgrac@redhat.com>
|
|
Mark Hlawatschek <hlawatschek@atix.de>
|
|
Michael Conrad Tadpol Tilstra <mtilstra@redhat.com>
|
|
Patrick Caulfield <pcaulfie@redhat.com>
|
|
Robert Peterson <rpeterso@redhat.com>
|
|
Ross Vandegrift <ross@kallisti.us>
|
|
Ryan McCabe <rmccabe@redhat.com>
|
|
Ryan O'Hara <rohara@redhat.com>
|
|
Stanko Kupcevic <kupcevic@redhat.com>
|
|
Steven Whitehouse <swhiteho@redhat.com>
|
|
Wendy Cheng <wcheng@redhat.com>
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%build
|
|
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
|
|
export CFLAGS
|
|
./autogen.sh
|
|
%{configure}
|
|
make
|
|
|
|
%install
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
## tree fix up
|
|
# fix libfence permissions
|
|
chmod 0755 %{buildroot}%{_datadir}/fence/*.py
|
|
# remove docs
|
|
rm -rf %{buildroot}/usr/share/doc/fence-agents
|
|
# create links to agents in the plugins dir
|
|
mkdir -p %{buildroot}%{plugin_dir}
|
|
ln -s %{_sbindir}/fence_cisco_ucs %{buildroot}%{plugin_dir}
|
|
|
|
%clean
|
|
if
|
|
[ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != "/" ]
|
|
then
|
|
rm -rf $RPM_BUILD_ROOT
|
|
fi
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
|
#%%dir %%{_sysconfdir}/cluster
|
|
%dir %{plugin_dir}
|
|
%dir %{_libdir}/stonith/plugins
|
|
%dir %{_libdir}/stonith
|
|
%{_datadir}/fence
|
|
%{_datadir}/cluster
|
|
#%%{_sbindir}/fence_cisco_ucs
|
|
#%%{_mandir}/man8/fence_cisco_ucs*
|
|
%{plugin_dir}/fence_cisco_ucs
|
|
|
|
#%%files -n fence-agents-unsupported
|
|
#%%defattr(-,root,root,-)
|
|
#%%config(noreplace) %%{_sysconfdir}/cluster/fence_na.conf
|
|
%{_sbindir}/fence_*
|
|
#%%exclude %%{_sbindir}/fence_cisco_ucs
|
|
%exclude %{_sbindir}/fence_dummy
|
|
%exclude %{_mandir}/man8/fence_dummy*
|
|
%{_mandir}/man8/fence_*
|
|
#%%exclude %%{_mandir}/man8/fence_cisco_ucs*
|
|
%{_libexecdir}/fence_*
|
|
|
|
%changelog
|