New upstream release

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
Fabio M. Di Nitto 2011-07-08 15:50:15 +02:00
parent 37fef61728
commit d5d8f633b3
3 changed files with 16 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ fence-agents-3.0.14.tar.bz2
/fence-agents-3.1.2.tar.xz
/fence-agents-3.1.3.tar.xz
/fence-agents-3.1.4.tar.xz
/fence-agents-3.1.5.tar.xz

View File

@ -15,7 +15,7 @@
Name: fence-agents
Summary: Fence Agents for Red Hat Cluster
Version: 3.1.4
Version: 3.1.5
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
@ -24,7 +24,8 @@ Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.t
## Runtime deps
Requires: sg3_utils telnet openssh-clients
Requires: pexpect python-pycurl python-suds net-snmp-utils
Requires: pexpect python-pycurl python-suds pyOpenSSL
Requires: net-snmp-utils
Requires: perl-Net-Telnet
# This is required by fence_virsh. Per discussion on fedora-devel
@ -40,10 +41,11 @@ Requires: /usr/bin/ipmitool
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
# Build dependencies
BuildRequires: perl python
BuildRequires: perl
BuildRequires: glibc-devel
BuildRequires: nss-devel nspr-devel
BuildRequires: libxslt pexpect python-pycurl python-suds
BuildRequires: libxslt
BuildRequires: python pexpect python-pycurl python-suds
%prep
%setup -q -n %{name}-%{version}
@ -65,6 +67,9 @@ rm -rf %{buildroot}/usr/share/doc/fence-agents
%clean
rm -rf %{buildroot}
%post
ccs_update_schema > /dev/null 2>&1 ||:
%description
Red Hat Fence Agents is a collection of scripts to handle remote
power management for several devices.
@ -79,6 +84,11 @@ power management for several devices.
%{_mandir}/man8/fence*
%changelog
* 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

View File

@ -1 +1 @@
d88931af415fa562928daeba9e7d8808 fence-agents-3.1.4.tar.xz
73b8497da2d08f730f504b6a19a01e0b fence-agents-3.1.5.tar.xz