new upstream release - subpackages introduced
This commit is contained in:
parent
6de1c3c109
commit
6c027654e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ fence-agents-3.0.14.tar.bz2
|
||||
/fence-agents-3.1.10.tar.xz
|
||||
/fence-agents-3.1.11.tar.xz
|
||||
/fence-agents-3.1.12.tar.xz
|
||||
/fence-agents-4.0.0.tar.xz
|
||||
|
@ -15,26 +15,22 @@
|
||||
|
||||
Name: fence-agents
|
||||
Summary: Fence Agents for Red Hat Cluster
|
||||
Version: 3.1.12
|
||||
Release: 3%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Version: 4.0.0
|
||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceware.org/cluster/wiki/
|
||||
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.xz
|
||||
|
||||
## Runtime deps
|
||||
Requires: sg3_utils telnet openssh-clients
|
||||
Requires: pexpect python-pycurl python-suds pyOpenSSL
|
||||
Requires: net-snmp-utils
|
||||
Requires: perl-Net-Telnet
|
||||
%if 0%{?fedora}
|
||||
%global supportedagents alom apc apc_snmp bladecenter cisco_mds cisco_ucs drac5 eaton_snmp eps hpblade ibmblade ifmib ilo ilo_mp intelmodular ipdu ipmilan kdump ldom lpar rhevm rsa rsb scsi vmware_soap wti
|
||||
%global testagents virsh
|
||||
%endif
|
||||
|
||||
# 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
|
||||
%if 0%{?rhel}
|
||||
%global supportedagents apc apc_snmp bladecenter cisco_mds cisco_ucs drac5 eaton_snmp eps hpblade ibmblade ifmib ilo ilo_mp intelmodular ipdu ipmilan kdump rhevm rsb scsi vmware_soap wti
|
||||
%global testagents virsh
|
||||
%endif
|
||||
|
||||
## Setup/build bits
|
||||
|
||||
@ -47,13 +43,13 @@ BuildRequires: nss-devel nspr-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: python pexpect python-pycurl python-suds
|
||||
BuildRequires: perl-Net-Telnet net-snmp-utils
|
||||
BuildRequires: perl-podlators
|
||||
BuildRequires: perl-Pod-MinimumVersion
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%{configure}
|
||||
%{configure} --with-agents='%{supportedagents} %{testagents}'
|
||||
CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -76,271 +72,434 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
||||
Red Hat Fence Agents is a collection of scripts to handle remote
|
||||
power management for several devices.
|
||||
|
||||
%files
|
||||
%package common
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Common utilities for fence agents
|
||||
Requires: python pexpect
|
||||
%description common
|
||||
Red Hat Fence Agents is a collection of scripts and libraries to handle remote power management for various devices.
|
||||
%files common
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
||||
%config(noreplace) %{_sysconfdir}/cluster/fence_na.conf
|
||||
%{_sbindir}/fence*
|
||||
%{_datadir}/fence
|
||||
%{_datadir}/cluster
|
||||
%{_mandir}/man8/fence*
|
||||
%{_datadir}/fence/fencing.py
|
||||
%{_datadir}/fence/fencing_snmp.py
|
||||
|
||||
%if 0%{?fedora}
|
||||
%package all
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agents
|
||||
Requires: fence-agents-alom fence-agents-apc fence-agents-apc-snmp fence-agents-bladecenter fence-agents-cisco-mds fence-agents-cisco-ucs fence-agents-drac5 fence-agents-eaton-snmp fence-agents-eps fence-agents-hpblade fence-agents-ibmblade fence-agents-ifmib fence-agents-ilo-mp fence-agents-intelmodular fence-agents-ipdu fence-agents-ipmilan fence-agents-kdump fence-agents-ldom fence-agents-lpar fence-agents-rhevm fence-agents-rsa fence-agents-rsb fence-agents-scsi fence-agents-vmware-soap fence-agents-wti fence-agents-virsh
|
||||
Obsoletes: fence-agents
|
||||
%description all
|
||||
Red Hat Fence Agents is a collection of all supported fence agents.
|
||||
%files all
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel}
|
||||
%package all
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agents
|
||||
Requires: fence-agents-apc fence-agents-apc-snmp fence-agents-bladecenter fence-agents-cisco-mds fence-agents-cisco-ucs fence-agents-drac5 fence-agents-eaton-snmp fence-agents-eps fence-agents-hpblade fence-agents-ibmblade fence-agents-ifmib fence-agents-ilo-mp fence-agents-intelmodular fence-agents-ipdu fence-agents-ipmilan fence-agents-kdump fence-agents-rhevm fence-agents-rsb fence-agents-scsi fence-agents-vmware-soap fence-agents-wti fence-agents-virsh
|
||||
Obsoletes: fence-agents
|
||||
%description all
|
||||
Red Hat Fence Agents is a collection of all supported fence agents.
|
||||
%files all
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
%package alom
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for SUN ALOM
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description alom
|
||||
Red Hat Fence Agents
|
||||
%files alom
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_alom
|
||||
%{_mandir}/man8/fence_alom.8*
|
||||
%endif
|
||||
|
||||
%package apc
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for APC devices
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description apc
|
||||
The fence-agents-apc package contains a fence agent for APC devices that are accessed via telnet or SSH.
|
||||
%files apc
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_apc
|
||||
%{_mandir}/man8/fence_apc.8*
|
||||
|
||||
%package apc-snmp
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for APC devices (SNMP)
|
||||
Requires: fence-agents-common net-snmp-utils
|
||||
Obsoletes: fence-agents
|
||||
%description apc-snmp
|
||||
The fence-agents-apc-snmp package contains a fence agent for APC devices that are accessed via the SNMP protocol.
|
||||
%files apc-snmp
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_apc_snmp
|
||||
%{_mandir}/man8/fence_apc_snmp.8*
|
||||
|
||||
%package bladecenter
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for IBM BladeCenter
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description bladecenter
|
||||
The fence-agents-bladecenter package contains a fence agent for IBM BladeCenter devices that are accessed via telnet or SSH.
|
||||
%files bladecenter
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_bladecenter
|
||||
%{_mandir}/man8/fence_bladecenter.8*
|
||||
|
||||
%package cisco-mds
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for Cisco MDS 9000 series
|
||||
Requires: fence-agents-common net-snmp-utils
|
||||
Obsoletes: fence-agents
|
||||
%description cisco-mds
|
||||
The fence-agents-cisco-mds package contains a fence agent for Cisco MDS 9000 series devices that are accessed via the SNMP protocol.
|
||||
%files cisco-mds
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_cisco_mds
|
||||
%{_mandir}/man8/fence_cisco_mds.8*
|
||||
|
||||
%package cisco-ucs
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for Cisco UCS series
|
||||
Requires: fence-agents-common pycurl
|
||||
Obsoletes: fence-agents
|
||||
%description cisco-ucs
|
||||
The fence-agents-cisco-ucs package contains a fence agent for Cisco UCS series devices that are accessed via the SNMP protocol.
|
||||
%files cisco-ucs
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_cisco_ucs
|
||||
%{_mandir}/man8/fence_cisco_ucs.8*
|
||||
|
||||
%package drac5
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for Dell DRAC 5
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description drac5
|
||||
The fence-agents-drac5 package contains a fence agent for Dell DRAC 5 series devices that are accessed via telnet or SSH.
|
||||
%files drac5
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_drac5
|
||||
%{_mandir}/man8/fence_drac5.8*
|
||||
|
||||
%package eaton-snmp
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for Eaton network power switches
|
||||
Requires: fence-agents-common net-snmp-utils
|
||||
Obsoletes: fence-agents
|
||||
%description eaton-snmp
|
||||
The fence-agents-eaton-snmp package contains a fence agent for Eaton network power switches that are accessed via the SNMP protocol.
|
||||
%files eaton-snmp
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_eaton_snmp
|
||||
%{_mandir}/man8/fence_eaton_snmp.8*
|
||||
|
||||
%package eps
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for ePowerSwitch 8M+ power switches
|
||||
Requires: fence-agents-common
|
||||
Obsoletes: fence-agents
|
||||
%description eps
|
||||
The fence-agents-eps package contains a fence agent for ePowerSwitch 8M+ power switches that are accessed via the HTTP(s) protocol.
|
||||
%files eps
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_eps
|
||||
%{_mandir}/man8/fence_eps.8*
|
||||
|
||||
%package hpblade
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for HP BladeSystem devices
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description hpblade
|
||||
The fence-agents-hpblade package contains a fence agent for HP BladeSystem devices that are accessed via telnet or SSH.
|
||||
%files hpblade
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_hpblade
|
||||
%{_mandir}/man8/fence_hpblade.8*
|
||||
|
||||
%package ibmblade
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for IBM BladeCenter
|
||||
Requires: fence-agents-common net-snmp-utils
|
||||
Obsoletes: fence-agents
|
||||
%description ibmblade
|
||||
The fence-agents-ibmblade package contains a fence agent for IBM BladeCenter devices that are accessed via the SNMP protocol.
|
||||
%files ibmblade
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_ibmblade
|
||||
%{_mandir}/man8/fence_ibmblade.8*
|
||||
|
||||
%package ifmib
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for devices with IF-MIB interfaces
|
||||
Requires: fence-agents-common net-snmp-utils
|
||||
Obsoletes: fence-agents
|
||||
%description ifmib
|
||||
The fence-agents-ifmib package contains a fence agent for IF-MIB interfaces that are accessed via the SNMP protocol.
|
||||
%files ifmib
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_ifmib
|
||||
%{_mandir}/man8/fence_ifmib.8*
|
||||
|
||||
%package ilo2
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for HP iLO2 devices
|
||||
Requires: fence-agents-common
|
||||
Obsoletes: fence-agents
|
||||
%description ilo2
|
||||
The fence-agents-ilo2 package contains a fence agent for HP iLO2 devices that are accessed via the HTTP(s) protocol.
|
||||
%files ilo2
|
||||
%defattr(-,root,root,-)
|
||||
%{_libexecdir}/fence_nss_wrapper
|
||||
%{_sbindir}/fence_ilo
|
||||
%{_sbindir}/fence_ilo2
|
||||
%{_mandir}/man8/fence_ilo.8*
|
||||
%{_mandir}/man8/fence_ilo2.8*
|
||||
|
||||
%package ilo-mp
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for HP iLO MP devices
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description ilo-mp
|
||||
The fence-agents-ilo-mp package contains a fence agent for HP iLO MP devices that are accessed via telnet or SSH.
|
||||
%files ilo-mp
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_ilo_mp
|
||||
%{_mandir}/man8/fence_ilo_mp.8*
|
||||
|
||||
%package intelmodular
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for devices with Intel Modular interfaces
|
||||
Requires: fence-agents-common net-snmp-utils
|
||||
Obsoletes: fence-agents
|
||||
%description intelmodular
|
||||
The fence-agents-intelmodular package contains a fence agent for Intel Modular interfaces that are accessed via the SNMP protocol.
|
||||
%files intelmodular
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_intelmodular
|
||||
%{_mandir}/man8/fence_intelmodular.8*
|
||||
|
||||
%package ipdu
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for IBM iPDU network power switches
|
||||
Requires: fence-agents-common net-snmp-utils
|
||||
Obsoletes: fence-agents
|
||||
%description ipdu
|
||||
The fence-agents-ipdu package contains a fence agent for IBM iPDU network power switches that are accessed via the SNMP protocol.
|
||||
%files ipdu
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_ipdu
|
||||
%{_mandir}/man8/fence_ipdu.8*
|
||||
|
||||
%package ipmilan
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for devices with IPMI interface
|
||||
Requires: fence-agents-common /usr/bin/ipmitool
|
||||
Obsoletes: fence-agents
|
||||
%description ipmilan
|
||||
The fence-agents-ipmilan package contains a fence agent for devices with IPMI interface.
|
||||
%files ipmilan
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_ipmilan
|
||||
%{_mandir}/man8/fence_ipmilan.8*
|
||||
%{_sbindir}/fence_idrac
|
||||
%{_mandir}/man8/fence_idrac.8*
|
||||
%{_sbindir}/fence_ilo3
|
||||
%{_mandir}/man8/fence_ilo3.8*
|
||||
%{_sbindir}/fence_imm
|
||||
%{_mandir}/man8/fence_imm.8*
|
||||
|
||||
%package kdump
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for use with kdump crash recovery service
|
||||
Requires: fence-agents-common
|
||||
Obsoletes: fence-agents
|
||||
%description kdump
|
||||
The fence-agents-kdump package contains a fence agent for use with kdump crash recovery service.
|
||||
%files kdump
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_kdump
|
||||
%{_libexecdir}/fence_kdump_send
|
||||
%{_mandir}/man8/fence_kdump.8*
|
||||
%{_mandir}/man8/fence_kdump_send.8*
|
||||
|
||||
%if 0%{?fedora}
|
||||
%package ldom
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for Sun LDom virtual machines
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description ldom
|
||||
The fence-agents-ldom package contains a fence agent for APC devices that are accessed via telnet or SSH.
|
||||
%files ldom
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_ldom
|
||||
%{_mandir}/man8/fence_ldom.8*
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
%package lpar
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for IBM LPAR
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description lpar
|
||||
The fence-agents-lpar package contains a fence agent for IBM LPAR devices that are accessed via telnet or SSH.
|
||||
%files lpar
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_lpar
|
||||
%{_mandir}/man8/fence_lpar.8*
|
||||
%endif
|
||||
|
||||
%package rhevm
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for RHEV-M
|
||||
Requires: fence-agents-common
|
||||
Obsoletes: fence-agents
|
||||
%description rhevm
|
||||
The fence-agents-rhevm package contains a fence agent for RHEV-M via REST API
|
||||
%files rhevm
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_rhevm
|
||||
%{_mandir}/man8/fence_rhevm.8*
|
||||
|
||||
%if 0%{?fedora}
|
||||
%package rsa
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for IBM RSA II
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description rsa
|
||||
The fence-agents-rsa package contains a fence agent for IBM RSA II devices that are accessed via telnet or SSH.
|
||||
%files rsa
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_rsa
|
||||
%{_mandir}/man8/fence_rsa.8*
|
||||
%endif
|
||||
|
||||
%package rsb
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for Fujitsu RSB
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description rsb
|
||||
The fence-agents-rsb package contains a fence agent for Fujitsu RSB devices that are accessed via telnet or SSH.
|
||||
%files rsb
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_rsb
|
||||
%{_mandir}/man8/fence_rsb.8*
|
||||
|
||||
%if 0
|
||||
%package sanbox2
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for QLogic SANBox2 FC switches
|
||||
Requires: fence-agents-common telnet
|
||||
Obsoletes: fence-agents
|
||||
%description sanbox2
|
||||
The fence-agents-sanbox2 package contains a fence agent for QLogic SANBox2 switches that are accessed via telnet.
|
||||
%files sanbox2
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_sanbox2
|
||||
%{_mandir}/man8/fence_sanbox2.8*
|
||||
%endif
|
||||
|
||||
%package scsi
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for SCSI persisent reservations
|
||||
Requires: perl sg3_utils
|
||||
Obsoletes: fence-agents
|
||||
%description scsi
|
||||
The fence-agents-scsi package contains fence agent for SCSI persisent reservations
|
||||
%files scsi
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_scsi
|
||||
%{_datadir}/cluster/fence_scsi_check.pl
|
||||
%{_mandir}/man8/fence_scsi.8*
|
||||
|
||||
%package virsh
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for virtual machines based on libvirt
|
||||
Requires: fence-agents-common openssh-clients /usr/bin/virsh
|
||||
Obsoletes: fence-agents
|
||||
%description virsh
|
||||
The fence-agents-virsh package contains a fence agent for virtual machines that are accessed via SSH.
|
||||
%files virsh
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_virsh
|
||||
%{_mandir}/man8/fence_virsh.8*
|
||||
|
||||
%package vmware-soap
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for VMWare with SOAP API v4.1+
|
||||
Requires: fence-agents-common python-suds
|
||||
Obsoletes: fence-agents
|
||||
%description vmware-soap
|
||||
The fence-agents-vmware-soap package contains a fence agent for VMWare with SOAP API v4.1+
|
||||
%files vmware-soap
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_vmware_soap
|
||||
%{_mandir}/man8/fence_vmware_soap.8*
|
||||
|
||||
%package wti
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for WTI Network power switches
|
||||
Requires: fence-agents-common telnet openssh-clients
|
||||
Obsoletes: fence-agents
|
||||
%description wti
|
||||
The fence-agents-wti package contains a fence agent for WTI network power switches that are accessed via telnet or SSH.
|
||||
%files wti
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_wti
|
||||
%{_mandir}/man8/fence_wti.8*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 02 2013 Marek Grac <mgrac@redhat.com> - 3.1.12-3
|
||||
* Mon Mar 11 2013 Marek Grac <mgrac@redhat.com> - 4.0.0-1
|
||||
- new upstream release
|
||||
- introducing subpackages
|
||||
|
||||
* Mon Nov 05 2012 Marek Grac <mgrac@redhat.com> - 3.1.11-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Oct 05 2012 Marek Grac <mgrac@redhat.com> - 3.1.10-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Jul 31 2012 Marek Grac <mgrac@redhat.com> - 3.1.9-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Mar 29 2012 Marek Grac <mgrac@redhat.com> - 3.1.8-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Dec 12 2011 Marek Grac <mgrac@redhat.com> - 3.1.7-3
|
||||
- new upstream release
|
||||
|
||||
* Wed Oct 5 2011 Marek Grac <mgrac@redhat.com> - 3.1.6-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jul 8 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.5-1
|
||||
- new upstream release
|
||||
- cleanup BuildRequires and Requires
|
||||
- add %post to generate new relaxng schema
|
||||
|
||||
* Thu May 26 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.4-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Apr 4 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.3-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Mar 2 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.2-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Tue Feb 8 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.1-1
|
||||
- new upstream release
|
||||
- spec file update:
|
||||
Drop unnecessary BuildRequires
|
||||
|
||||
* Thu Dec 2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-1
|
||||
- new upstream release
|
||||
- spec file update:
|
||||
Update upstream URL
|
||||
Update source URL
|
||||
Drop unnecessary BuildRequires
|
||||
use standard configure macro
|
||||
use standard make invokation
|
||||
|
||||
* Thu Oct 6 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.17-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#632595, rhbz#633856, rhbz#632385, rhbz#628013
|
||||
Resolves: rhbz#621313, rhbz#595383, rhbz#580492, rhbz#605733
|
||||
Resolves: rhbz#636243, rhbz#591003, rhbz#637913, rhbz#634718
|
||||
Resolves: rhbz#617247, rhbz#617247, rhbz#617234, rhbz#631943
|
||||
Resolves: rhbz#639018
|
||||
- spec file update:
|
||||
Add Requires: python-pycurl for fence_cisco_ucs.
|
||||
|
||||
* Thu Sep 2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.16-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#619096, rhbz#614046, rhbz#620679, rhbz#619680
|
||||
Resolves: rhbz#621562, rhbz#621694, rhbz#608887, rhbz#622844
|
||||
Resolves: rhbz#623810, rhbz#617306, rhbz#623816, rhbz#624691
|
||||
Resolves: rhbz#622576
|
||||
- spec file update:
|
||||
Ship fence_na.conf example config file.
|
||||
|
||||
* Thu Jul 29 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.14-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#553383, rhbz#557563, rhbz#578625, rhbz#591003
|
||||
Resolves: rhbz#593721, rhbz#593726, rhbz#595455, rhbz#595547
|
||||
Resolves: rhbz#596918, rhbz#601315, rhbz#604298, rhbz#606368
|
||||
Resolves: rhbz#606470, rhbz#606480, rhbz#606754, rhbz#606989
|
||||
Resolves: rhbz#607321, rhbz#608154, rhbz#608887, rhbz#609181
|
||||
Resolves: rhbz#609866, rhbz#609978, rhbz#612097, rhbz#612110
|
||||
Resolves: rhbz#612165, rhbz#612941, rhbz#614127, rhbz#614356
|
||||
Resolves: rhbz#614421, rhbz#614457, rhbz#614961, rhbz#615202
|
||||
Resolves: rhbz#615203, rhbz#615255, rhbz#617163, rhbz#617566
|
||||
Resolves: rhbz#618534, rhbz#618703, rhbz#618806, rhbz#618814
|
||||
|
||||
* Mon Jun 7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.13-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#592103, rhbz#593108, rhbz#578617, rhbz#594626
|
||||
Resolves: rhbz#594511, rhbz#596046, rhbz#594111, rhbz#597002
|
||||
Resolves: rhbz#599643
|
||||
|
||||
* Mon May 10 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.12-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#585217, rhbz#586100, rhbz#581533, rhbz#582753
|
||||
Resolves: rhbz#582754, rhbz#585083, rhbz#587079, rhbz#588890
|
||||
Resolves: rhbz#588925, rhbz#583789, rhbz#589131, rhbz#588010
|
||||
Resolves: rhbz#576871, rhbz#576871, rhbz#590000, rhbz#589823
|
||||
|
||||
* Wed Apr 21 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.11-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#583945, rhbz#581047, rhbz#576330, rhbz#583017
|
||||
Resolves: rhbz#583019, rhbz#583948, rhbz#584003, rhbz#582017
|
||||
Resolves: rhbz#555901, rhbz#582754, rhbz#582573, rhbz#581533
|
||||
|
||||
* Fri Apr 9 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.10-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#519491, rhbz#570525, rhbz#571806, rhbz#574027
|
||||
Resolves: rhbz#574215, rhbz#574886, rhbz#576322, rhbz#576335
|
||||
Resolves: rhbz#575103, rhbz#577856, rhbz#577874, rhbz#578249
|
||||
Resolves: rhbz#578625, rhbz#578626, rhbz#578628, rhbz#578626
|
||||
Resolves: rhbz#579621, rhbz#579623, rhbz#579625, rhbz#579626
|
||||
Resolves: rhbz#579059
|
||||
|
||||
* Mon Mar 1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
|
||||
Resolves: rhbz#512171, rhbz#519491
|
||||
- spec file update:
|
||||
fence-agents should not Requires fence-virt directly
|
||||
|
||||
* Mon Feb 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.8-1
|
||||
- new upstream release
|
||||
Resolves: rhbz#548133, rhbz#565907, rhbz#545602, rhbz#555901
|
||||
Resolves: rhbz#564471, rhbz#515717, rhbz#557128, rhbz#536157
|
||||
Resolves: rhbz#455300, rhbz#561416, rhbz#562237, rhbz#537201
|
||||
Resolves: rhbz#536962, rhbz#553383, rhbz#556961, rhbz#555363
|
||||
Resolves: rhbz#557128, rhbz#455300, rhbz#557167, rhbz#459630
|
||||
Resolves: rhbz#532808, rhbz#556603, rhbz#554968, rhbz#555047
|
||||
Resolves: rhbz#554968, rhbz#555047
|
||||
- spec file update:
|
||||
* update spec file copyright date
|
||||
* use bz2 tarball
|
||||
* bump minimum requirements for corosync/openais/fence-virt
|
||||
|
||||
* Tue Jan 12 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
|
||||
- New upstream release:
|
||||
Resolves: rhbz#549124, rhbz#546340, rhbz#526286, rhbz#549473
|
||||
|
||||
* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.6-2
|
||||
- Use the correct tarball from upstream
|
||||
|
||||
* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.6-1
|
||||
- New upstream release (drop fence_head.diff)
|
||||
- spec file updates:
|
||||
* use new Source0 url
|
||||
* use file based Requires for ipmitools (rhbz: 545237)
|
||||
|
||||
* Fri Dec 4 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-2.git0a6184070
|
||||
- Drop fence_xvm from upstream (fence_head.diff)
|
||||
- spec file updates:
|
||||
* Drop unrequired comments
|
||||
* Readd alpha tag and clean it's usage around
|
||||
* Requires: fence-virt in sufficient version to provide fence_xvm
|
||||
|
||||
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Oct 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-3
|
||||
- Switch to file based Requires for virsh
|
||||
|
||||
* Tue Oct 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-2
|
||||
- Fix Requires: on libvirt/libvirt-client
|
||||
|
||||
* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-1
|
||||
- New upstream release
|
||||
- BuildRequire libxslt and pexpect for automatic man page generation
|
||||
|
||||
* Wed Sep 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.3-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Aug 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.2-2
|
||||
- Fix changelog.
|
||||
|
||||
* Mon Aug 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.2-1
|
||||
- New upstream release
|
||||
- spec file updates:
|
||||
* remove dust from runtime dependencies
|
||||
|
||||
* Thu Aug 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.1-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Jul 8 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-14
|
||||
- New upstream release
|
||||
- spec file updates:
|
||||
* Update copyright header
|
||||
* final release.. undefine alphatag
|
||||
* BuildRequires and Requires corosync/openais 1.0.0-1 final.
|
||||
|
||||
* Thu Jul 2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-13.rc4
|
||||
- New upstream release.
|
||||
- spec file updates:
|
||||
* BuildRequires / Requires: latest corosync and openais
|
||||
* Drop --enable_virt. Now default upstream
|
||||
|
||||
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12.rc3
|
||||
- New upstream release.
|
||||
- spec file updates:
|
||||
* BuildRequires / Requires: latest corosync and openais
|
||||
|
||||
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-11.rc2
|
||||
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
|
||||
- spec file updates:
|
||||
* BuildRequires / Requires: latest corosync and openais
|
||||
* Build fence_xvm unconditionally now that libvirt is everywhere
|
||||
* Drop telnet_ssl wrapper in favour of nss version
|
||||
|
||||
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-10.rc1
|
||||
- New upstream release.
|
||||
- Cleanup BuildRequires to avoid to pull in tons of stuff when it's not
|
||||
required.
|
||||
- Update BuildRoot usage to preferred versions/names.
|
||||
- Stop shipping powermib. Those are not required for operations anymore.
|
||||
|
||||
* Thu Mar 12 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.beta1
|
||||
- Fix arch check for virt support.
|
||||
- Drop unrequired BuildRequires.
|
||||
- Drop unrequired Requires: on perl.
|
||||
|
||||
* Mon Mar 9 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.beta1
|
||||
- New upstream release.
|
||||
- Update corosync/openais BuildRequires and Requires.
|
||||
|
||||
* Fri Mar 6 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-7.alpha7
|
||||
- New upstream release.
|
||||
- Drop fence_scsi init stuff that's not required anylonger.
|
||||
|
||||
* Tue Mar 3 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-6.alpha6
|
||||
- New upstream release.
|
||||
|
||||
* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-5.alpha5
|
||||
- Fix directory ownership.
|
||||
|
||||
* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-4.alpha5
|
||||
- Drop Conflicts with cman.
|
||||
|
||||
* Mon Feb 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-3.alpha5
|
||||
- New upstream release. Also address comments from first package review.
|
||||
|
||||
* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-2.alpha4
|
||||
- Add comments on how to build this package.
|
||||
- Update build depends on new corosynclib and openaislib.
|
||||
|
||||
* Thu Feb 5 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha4
|
||||
- New upstream release.
|
||||
- Fix datadir/fence directory ownership.
|
||||
- Update BuildRequires: to reflect changes in corosync/openais/cluster
|
||||
library split.
|
||||
|
||||
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha3
|
||||
- Initial packaging
|
||||
|
Loading…
Reference in New Issue
Block a user