New upstream release
This commit is contained in:
parent
3e5afd5581
commit
4e2853b251
@ -1,2 +1 @@
|
||||
fence-agents-3.0.0.rc2.tar.gz
|
||||
fence-agents-head.diff
|
||||
fence-agents-3.0.0.rc3.tar.gz
|
||||
|
@ -14,17 +14,16 @@
|
||||
# http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
|
||||
|
||||
# keep around ready for later user
|
||||
%define alphatag rc2
|
||||
%define alphatag rc3
|
||||
|
||||
Name: fence-agents
|
||||
Summary: Fence Agents for Red Hat Cluster
|
||||
Version: 3.0.0
|
||||
Release: 11%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Release: 12%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/cluster/wiki/
|
||||
Source0: ftp://sources.redhat.com/pub/cluster/releases/fence-agents-%{version}%{?alphatag:.%{alphatag}}.tar.gz
|
||||
Patch0: fence-agents-head.diff
|
||||
|
||||
## Runtime deps
|
||||
Requires: sg3_utils OpenIPMI telnet openssh-clients
|
||||
@ -40,12 +39,11 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: nss-devel nspr-devel
|
||||
BuildRequires: libxml2-devel libvirt-devel
|
||||
BuildRequires: clusterlib-devel >= 3.0.0
|
||||
BuildRequires: corosynclib-devel >= 0.97-1.svn2226
|
||||
BuildRequires: openaislib-devel >= 0.96-1.svn1951
|
||||
BuildRequires: corosynclib-devel >= 0.98-1
|
||||
BuildRequires: openaislib-devel >= 0.97-1
|
||||
|
||||
%prep
|
||||
%setup -q -n fence-agents-%{version}%{?alphatag:.%{alphatag}}
|
||||
%patch0 -p1
|
||||
|
||||
# we inherit configure from cluster project. Configure it for vars we need.
|
||||
# building from source directly without those parameters will NOT work.
|
||||
@ -86,6 +84,11 @@ power management for several devices.
|
||||
%{_mandir}/man8/fence*
|
||||
|
||||
%changelog
|
||||
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12.rc3
|
||||
- New upstream release.
|
||||
- spec file updates:
|
||||
* BuildRequires / Requires: latest corosync and openais
|
||||
|
||||
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-11.rc2
|
||||
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
|
||||
- spec file updates:
|
||||
|
Loading…
Reference in New Issue
Block a user