New upstream release
This commit is contained in:
parent
b52473284d
commit
4d749cad91
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ fence-agents-3.0.14.tar.bz2
|
|||||||
/fence-agents-4.0.3.tar.xz
|
/fence-agents-4.0.3.tar.xz
|
||||||
/fence-agents-4.0.4.tar.xz
|
/fence-agents-4.0.4.tar.xz
|
||||||
/fence-agents-4.0.6.tar.xz
|
/fence-agents-4.0.6.tar.xz
|
||||||
|
/fence-agents-4.0.7.tar.xz
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Fence Agents for Red Hat Cluster
|
Summary: Fence Agents for Red Hat Cluster
|
||||||
Version: 4.0.6
|
Version: 4.0.7
|
||||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -41,7 +41,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
# Build dependencies
|
# Build dependencies
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: nss-devel nspr-devel
|
BuildRequires: gnutls-utils
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: python pexpect python-pycurl python-suds
|
BuildRequires: python pexpect python-pycurl python-suds
|
||||||
BuildRequires: perl(Net::Telnet) net-snmp-utils
|
BuildRequires: perl(Net::Telnet) net-snmp-utils
|
||||||
@ -291,13 +291,12 @@ The fence-agents-ifmib package contains a fence agent for IF-MIB interfaces that
|
|||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Summary: Fence agent for HP iLO2 devices
|
Summary: Fence agent for HP iLO2 devices
|
||||||
Requires: fence-agents-common
|
Requires: fence-agents-common gnutls-utils
|
||||||
Obsoletes: fence-agents
|
Obsoletes: fence-agents
|
||||||
%description ilo2
|
%description ilo2
|
||||||
The fence-agents-ilo2 package contains a fence agent for HP iLO2 devices that are accessed via the HTTP(s) protocol.
|
The fence-agents-ilo2 package contains a fence agent for HP iLO2 devices that are accessed via the HTTP(s) protocol.
|
||||||
%files ilo2
|
%files ilo2
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libexecdir}/fence_nss_wrapper
|
|
||||||
%{_sbindir}/fence_ilo
|
%{_sbindir}/fence_ilo
|
||||||
%{_sbindir}/fence_ilo2
|
%{_sbindir}/fence_ilo2
|
||||||
%{_mandir}/man8/fence_ilo.8*
|
%{_mandir}/man8/fence_ilo.8*
|
||||||
@ -548,6 +547,10 @@ The fence-agents-wti package contains a fence agent for WTI network power switch
|
|||||||
%{_mandir}/man8/fence_wti.8*
|
%{_mandir}/man8/fence_wti.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 17 2014 Marek Grac <mgrac@redhat.com> - 4.0.7-1
|
||||||
|
- new upstream release
|
||||||
|
- changed dependancy from nss/nspr to gnutls-utils
|
||||||
|
|
||||||
* Fri Jan 10 2014 Marek Grac <mgrac@redhat.com> - 4.0.4-4
|
* Fri Jan 10 2014 Marek Grac <mgrac@redhat.com> - 4.0.4-4
|
||||||
- new upstream release
|
- new upstream release
|
||||||
- new package fence-agents-amt
|
- new package fence-agents-amt
|
||||||
|
Loading…
Reference in New Issue
Block a user