rpms/resource-agents/devel .cvsignore, 1.19, 1.20 resource-agents.spec, 1.21, 1.22 sources, 1.19, 1.20

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Dec 8 01:11:59 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/resource-agents/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7040

Modified Files:
	.cvsignore resource-agents.spec sources 
Log Message:
New upstream releases



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/resource-agents/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore	20 Nov 2009 12:14:07 -0000	1.19
+++ .cvsignore	8 Dec 2009 01:11:58 -0000	1.20
@@ -1,2 +1,2 @@
-e2338892f59f.tar.bz2
-resource-agents-3.0.5.tar.gz
+bc00c0b065d9.tar.bz2
+resource-agents-3.0.6.tar.gz


Index: resource-agents.spec
===================================================================
RCS file: /cvs/pkgs/rpms/resource-agents/devel/resource-agents.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- resource-agents.spec	7 Dec 2009 08:32:54 -0000	1.21
+++ resource-agents.spec	8 Dec 2009 01:11:58 -0000	1.22
@@ -10,26 +10,23 @@
 ###############################################################################
 ###############################################################################
 
-# main (empty) package
-# http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
-
 # keep around ready for later user
-## define alphatag rc4
+## global alphatag rc4
 
 # When downloading directly from Mercurial, it will automatically add this prefix
 # Invoking 'hg archive' wont but you can add one with:
 #  hg archive -t tgz -p "Cluster-Resource-Agents-" -r $altversion $altversion.tar.gz
-%define altprefix Cluster-Resource-Agents-
-%define altversion bc00c0b065d9
+%global altprefix Cluster-Resource-Agents-
+%global altversion bc00c0b065d9
 
 Name: resource-agents
 Summary: Open Source HA Resource Agents for Red Hat Cluster
-Version: 3.0.5
-Release: 2%{?alphatag:.%{alphatag}}%{?dist}
+Version: 3.0.6
+Release: 1%{?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
+Source0: https://fedorahosted.org/releases/c/l/cluster/%{name}-%{version}.tar.gz
 Source1: http://hg.linux-ha.org/agents/archive/%{altversion}.tar.bz2
 
 ## Runtime deps
@@ -37,13 +34,12 @@ Requires: bash grep sed gawk
 Requires: net-tools mount e2fsprogs
 
 ## Setup/build bits
-BuildRequires: libxslt docbook-style-xsl
-
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 # Build dependencies
 BuildRequires: cluster-glue-libs-devel glib2-devel
 BuildRequires: automake autoconf pkgconfig
+BuildRequires: libxslt docbook-style-xsl
 
 %description
 A set of scripts to interface with several services to operate in a
@@ -78,7 +74,7 @@ and works with the heartbeat code (http:
 # building from source directly without those parameters will NOT work.
 # See http://www.redhat.com/archives/cluster-devel/2009-February/msg00003.html
 %prep
-%setup -q -n resource-agents-%{version}%{?alphatag:.%{alphatag}} -a 1
+%setup -q -n %{name}-%{version} -a 1
 
 # prepare rgmanager RAs
 %{_configure} \
@@ -165,6 +161,13 @@ rm -rf %{buildroot}
 /usr/lib/ocf/resource.d/heartbeat/ldirectord
 
 %changelog
+* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.6-1
+- New rgmanager resource agents upstream release
+- spec file update:
+  * use global instead of define
+  * use new Source0 url
+  * use %name macro more aggressively
+
 * Mon Dec 7 2009 Andrew Beekhof <andrew at beekhof.net> - 3.0.5-2
 - Update Pacameker agents to upstream version: bc00c0b065d9
   + High: RA: introduce OCF_FUNCTIONS_DIR, allow it to be overridden (LF2239)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/resource-agents/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	20 Nov 2009 12:14:07 -0000	1.19
+++ sources	8 Dec 2009 01:11:58 -0000	1.20
@@ -1,2 +1,2 @@
-f93e29ce8b480de2f841ca6266bfd864  e2338892f59f.tar.bz2
-a7577975345b865dc73ec0b1c0bd24f7  resource-agents-3.0.5.tar.gz
+8c659c6c25cf7f29eae98e22b00d388f  bc00c0b065d9.tar.bz2
+12e059b8d7b1a05a161161bb9662b38b  resource-agents-3.0.6.tar.gz




More information about the fedora-extras-commits mailing list