New upstream stable release
This commit is contained in:
parent
29e4f7ff5e
commit
b2f6109bd0
@ -1 +1 @@
|
||||
fence-agents-3.0.0.rc4.tar.gz
|
||||
fence-agents-3.0.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
###############################################################################
|
||||
##
|
||||
## Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved.
|
||||
## Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
|
||||
##
|
||||
## This copyrighted material is made available to anyone wishing to use,
|
||||
## modify, copy, or redistribute it subject to the terms and conditions
|
||||
@ -14,12 +14,12 @@
|
||||
# http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
|
||||
|
||||
# keep around ready for later user
|
||||
%define alphatag rc4
|
||||
## define alphatag rc4
|
||||
|
||||
Name: fence-agents
|
||||
Summary: Fence Agents for Red Hat Cluster
|
||||
Version: 3.0.0
|
||||
Release: 13%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Release: 14%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/cluster/wiki/
|
||||
@ -39,8 +39,8 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: nss-devel nspr-devel
|
||||
BuildRequires: libxml2-devel libvirt-devel
|
||||
BuildRequires: clusterlib-devel >= 3.0.0
|
||||
BuildRequires: corosynclib-devel >= 0.100-1
|
||||
BuildRequires: openaislib-devel >= 0.100-1
|
||||
BuildRequires: corosynclib-devel >= 1.0.0-1
|
||||
BuildRequires: openaislib-devel >= 1.0.0-1
|
||||
|
||||
%prep
|
||||
%setup -q -n fence-agents-%{version}%{?alphatag:.%{alphatag}}
|
||||
@ -83,6 +83,13 @@ power management for several devices.
|
||||
%{_mandir}/man8/fence*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 8 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-14
|
||||
- New upstream release
|
||||
- spec file updates:
|
||||
* Update copyright header
|
||||
* final release.. undefine alphatag
|
||||
* BuildRequires and Requires corosync/openais 1.0.0-1 final.
|
||||
|
||||
* Thu Jul 2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-13.rc4
|
||||
- New upstream release.
|
||||
- spec file updates:
|
||||
|
Loading…
Reference in New Issue
Block a user