diff --git a/.cvsignore b/.cvsignore index ec4b740..90a6b23 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -resource-agents-3.0.0.rc1.tar.gz +resource-agents-3.0.0.rc2.tar.gz +resource-agents-head.diff diff --git a/resource-agents.spec b/resource-agents.spec index 733bb92..74a5591 100644 --- a/resource-agents.spec +++ b/resource-agents.spec @@ -14,16 +14,17 @@ # http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html # keep around ready for later user -%define alphatag rc1 +%define alphatag rc2 Name: resource-agents Summary: Open Source HA Resource Agents for Red Hat Cluster Version: 3.0.0 -Release: 8%{?alphatag:.%{alphatag}}%{?dist} +Release: 9%{?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/resource-agents-%{version}%{?alphatag:.%{alphatag}}.tar.gz +Patch0: resource-agents-head.diff ## Runtime deps Requires: bash grep sed gawk @@ -39,6 +40,7 @@ BuildArch: noarch %prep %setup -q -n resource-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. @@ -72,6 +74,9 @@ services to operate in a High Availability environment. %{_datadir}/cluster %changelog +* Wed Jun 10 2009 Fabio M. Di Nitto - 3.0.0-9.rc2 +- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970 + * Tue Mar 24 2009 Fabio M. Di Nitto - 3.0.0-8.rc1 - New upstream release. - Update BuildRoot usage to preferred versions/names diff --git a/sources b/sources index 88ba0fa..1876f2e 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -0ec51a4e63e88bcfd123fb8980d8da7d resource-agents-3.0.0.rc1.tar.gz +0b2be874c6b61c991b2c52e944f2d0c0 resource-agents-3.0.0.rc2.tar.gz +d1273169aa910d13a9d9b46e391491f6 resource-agents-head.diff