New upstream release
This commit is contained in:
parent
70abb4cb0b
commit
cbea272465
@ -1,2 +1 @@
|
|||||||
resource-agents-3.0.0.rc2.tar.gz
|
resource-agents-3.0.0.rc3.tar.gz
|
||||||
resource-agents-head.diff
|
|
||||||
|
@ -14,17 +14,16 @@
|
|||||||
# 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 rc2
|
%define alphatag rc3
|
||||||
|
|
||||||
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: 9%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 10%{?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
|
||||||
@ -40,7 +39,6 @@ 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.
|
||||||
@ -74,6 +72,9 @@ services to operate in a High Availability environment.
|
|||||||
%{_datadir}/cluster
|
%{_datadir}/cluster
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-10.rc3
|
||||||
|
- New upstream release.
|
||||||
|
|
||||||
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
|
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
|
||||||
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
|
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user