Update to rc2 + git 94df30ca63e49afb1e8aeede65df8a3e5bcd0970
This commit is contained in:
parent
8da1d6b29a
commit
70abb4cb0b
@ -1 +1,2 @@
|
|||||||
resource-agents-3.0.0.rc1.tar.gz
|
resource-agents-3.0.0.rc2.tar.gz
|
||||||
|
resource-agents-head.diff
|
||||||
|
@ -14,16 +14,17 @@
|
|||||||
# http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
|
# http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
|
||||||
|
|
||||||
# keep around ready for later user
|
# keep around ready for later user
|
||||||
%define alphatag rc1
|
%define alphatag rc2
|
||||||
|
|
||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Resource Agents for Red Hat Cluster
|
Summary: Open Source HA Resource Agents for Red Hat Cluster
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 8%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 9%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/cluster/wiki/
|
URL: http://sources.redhat.com/cluster/wiki/
|
||||||
Source0: ftp://sources.redhat.com/pub/cluster/releases/resource-agents-%{version}%{?alphatag:.%{alphatag}}.tar.gz
|
Source0: ftp://sources.redhat.com/pub/cluster/releases/resource-agents-%{version}%{?alphatag:.%{alphatag}}.tar.gz
|
||||||
|
Patch0: resource-agents-head.diff
|
||||||
|
|
||||||
## Runtime deps
|
## Runtime deps
|
||||||
Requires: bash grep sed gawk
|
Requires: bash grep sed gawk
|
||||||
@ -39,6 +40,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n resource-agents-%{version}%{?alphatag:.%{alphatag}}
|
%setup -q -n resource-agents-%{version}%{?alphatag:.%{alphatag}}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
# we inherit configure from cluster project. Configure it for vars we need.
|
# we inherit configure from cluster project. Configure it for vars we need.
|
||||||
# building from source directly without those parameters will NOT work.
|
# building from source directly without those parameters will NOT work.
|
||||||
@ -72,6 +74,9 @@ services to operate in a High Availability environment.
|
|||||||
%{_datadir}/cluster
|
%{_datadir}/cluster
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
|
||||||
|
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
|
||||||
|
|
||||||
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.rc1
|
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.rc1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- Update BuildRoot usage to preferred versions/names
|
- Update BuildRoot usage to preferred versions/names
|
||||||
|
Loading…
Reference in New Issue
Block a user