New upstream release

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
Fabio M. Di Nitto 2010-10-07 08:39:55 +02:00
parent 5f62a037a2
commit 6351e02c32
3 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
fence-agents-3.0.13.tar.bz2
fence-agents-3.0.14.tar.bz2
/fence-agents-3.0.16.tar.bz2
/fence-agents-3.0.17.tar.bz2

View File

@ -15,7 +15,7 @@
Name: fence-agents
Summary: Fence Agents for Red Hat Cluster
Version: 3.0.16
Version: 3.0.17
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
@ -24,7 +24,7 @@ Source0: https://fedorahosted.org/releases/c/l/cluster/%{name}-%{version}.tar.bz
## Runtime deps
Requires: sg3_utils telnet openssh-clients
Requires: pexpect net-snmp-utils
Requires: pexpect python-pycurl net-snmp-utils
Requires: perl-Net-Telnet
# This is required by fence_virsh. Per discussion on fedora-devel
@ -44,7 +44,7 @@ BuildRequires: perl python
BuildRequires: glibc-devel
BuildRequires: nss-devel nspr-devel
BuildRequires: libxml2-devel libvirt-devel
BuildRequires: libxslt pexpect
BuildRequires: libxslt pexpect python-pycurl
BuildRequires: clusterlib-devel >= 3.0.0
BuildRequires: corosynclib-devel >= 1.2.0-1
BuildRequires: openaislib-devel >= 1.1.2-1
@ -90,6 +90,16 @@ power management for several devices.
%{_mandir}/man8/fence*
%changelog
* 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

View File

@ -1 +1 @@
aec7047e1d6eea1bd2a7b44a2e4ac1dc fence-agents-3.0.16.tar.bz2
1c37bf1814f6e0ae8de71e2048ab3bdf fence-agents-3.0.17.tar.bz2