diff --git a/.gitignore b/.gitignore index 8346519..691c9d4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ fence-agents-3.0.14.tar.bz2 /fence-agents-3.1.0.tar.xz /fence-agents-3.1.1.tar.xz /fence-agents-3.1.2.tar.xz +/fence-agents-3.1.3.tar.xz diff --git a/fence-agents.spec b/fence-agents.spec index 0b20411..2f7821f 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -15,7 +15,7 @@ Name: fence-agents Summary: Fence Agents for Red Hat Cluster -Version: 3.1.2 +Version: 3.1.3 Release: 1%{?alphatag:.%{alphatag}}%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Base @@ -24,7 +24,7 @@ Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.t ## Runtime deps Requires: sg3_utils telnet openssh-clients -Requires: pexpect python-pycurl net-snmp-utils +Requires: pexpect python-pycurl python-suds net-snmp-utils Requires: perl-Net-Telnet # This is required by fence_virsh. Per discussion on fedora-devel @@ -43,7 +43,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: perl python BuildRequires: glibc-devel BuildRequires: nss-devel nspr-devel -BuildRequires: libxslt pexpect python-pycurl +BuildRequires: libxslt pexpect python-pycurl python-suds %prep %setup -q -n %{name}-%{version} @@ -79,6 +79,9 @@ power management for several devices. %{_mandir}/man8/fence* %changelog +* Mon Apr 4 2011 Fabio M. Di Nitto - 3.1.3-1 +- new upstream release + * Wed Mar 2 2011 Fabio M. Di Nitto - 3.1.2-1 - new upstream release diff --git a/sources b/sources index c7dcdd4..5639f57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af9c7f4fa8e94b4d56b7d8144c972152 fence-agents-3.1.2.tar.xz +08a340b4d014e0721e262d75d18dfc55 fence-agents-3.1.3.tar.xz