From d5d8f633b3ed7a881431983c59bd5fb9f9f83ebf Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Fri, 8 Jul 2011 15:50:15 +0200 Subject: [PATCH] New upstream release Signed-off-by: Fabio M. Di Nitto --- .gitignore | 1 + fence-agents.spec | 18 ++++++++++++++---- sources | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 862a4d3..fe9987c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/fence-agents.spec b/fence-agents.spec index 8b94efe..7b8b1c6 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.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 - 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 - 3.1.4-1 - new upstream release diff --git a/sources b/sources index bf1f9d4..797b924 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d88931af415fa562928daeba9e7d8808 fence-agents-3.1.4.tar.xz +73b8497da2d08f730f504b6a19a01e0b fence-agents-3.1.5.tar.xz