rpms/resource-agents/F-12 .cvsignore, 1.21, 1.22 resource-agents.spec, 1.23, 1.24 sources, 1.21, 1.22

Fabio M. Di Nitto fabbione at fedoraproject.org
Thu Feb 11 09:12:08 UTC 2010


Author: fabbione

Update of /cvs/pkgs/rpms/resource-agents/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7462

Modified Files:
	.cvsignore resource-agents.spec sources 
Log Message:
New upstream releases
Allow pacemaker to use rgmanager resource agents



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/resource-agents/F-12/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	8 Dec 2009 01:18:55 -0000	1.21
+++ .cvsignore	11 Feb 2010 09:12:08 -0000	1.22
@@ -1,2 +1,2 @@
-bc00c0b065d9.tar.bz2
-resource-agents-3.0.6.tar.gz
+c76b4a6eb576.tar.bz2
+resource-agents-3.0.7.tar.gz


Index: resource-agents.spec
===================================================================
RCS file: /cvs/pkgs/rpms/resource-agents/F-12/resource-agents.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- resource-agents.spec	8 Dec 2009 01:18:55 -0000	1.23
+++ resource-agents.spec	11 Feb 2010 09:12:08 -0000	1.24
@@ -17,12 +17,12 @@
 # Invoking 'hg archive' wont but you can add one with:
 #  hg archive -t tgz -p "Cluster-Resource-Agents-" -r $altversion $altversion.tar.gz
 %global altprefix Cluster-Resource-Agents-
-%global altversion bc00c0b065d9
+%global altversion c76b4a6eb576
 
 Name: resource-agents
 Summary: Open Source HA Resource Agents for Red Hat Cluster
-Version: 3.0.6
-Release: 1%{?alphatag:.%{alphatag}}%{?dist}
+Version: 3.0.7
+Release: 2%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -40,6 +40,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 BuildRequires: cluster-glue-libs-devel glib2-devel
 BuildRequires: automake autoconf pkgconfig
 BuildRequires: libxslt docbook-style-xsl
+BuildRequires: python
 
 %description
 A set of scripts to interface with several services to operate in a
@@ -109,6 +110,10 @@ find %{buildroot} -type f -name '*.dtd' 
 chmod 755 %{buildroot}/%{_sbindir}/ocf-tester
 chmod 755 %{buildroot}/%{_datadir}/cluster/ocf-shellfuncs
 
+# symlink to allow pacemaker to use rgmanager RAs
+cd %{buildroot}/usr/lib/ocf/resource.d/ && \
+ ln -sf %{_datadir}/cluster/ redhat
+
 %clean
 rm -rf %{buildroot}
 
@@ -129,6 +134,7 @@ rm -rf %{buildroot}
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
 /usr/lib/ocf/resource.d/heartbeat
+/usr/lib/ocf/resource.d/redhat
 %{_sbindir}/ocf-tester
 %{_sbindir}/sfex_init
 
@@ -156,6 +162,22 @@ rm -rf %{buildroot}
 /usr/lib/ocf/resource.d/heartbeat/ldirectord
 
 %changelog
+* Fri Jan 15 2010 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.7-2
+- Add python as BuildRequires
+
+* Mon Jan 11 2010 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.7-1
+- New rgmanager resource agents upstream release
+  Resolves: rhbz#526286, rhbz#533461
+
+* Mon Jan 11 2010 Andrew Beekhof <andrew at beekhof.net> - 3.0.6-2
+- Update Pacameker agents to upstream version: c76b4a6eb576
+  + High: RA: VirtualDomain: fix forceful stop (LF 2283)
+  + High: apache: monitor operation of depth 10 for web applications (LF 2234)
+  + Medium: IPaddr2: CLUSTERIP/iptables rule not always inserted on failed monitor (LF 2281)
+  + Medium: RA: Route: improve validate (LF 2232)
+  + Medium: mark obsolete RAs as deprecated (LF 2244)
+  + Medium: mysql: escalate stop to KILL if regular shutdown doesn't work
+
 * 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:
@@ -186,6 +208,7 @@ rm -rf %{buildroot}
 
 * Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.5-1
 - New rgmanager resource agents upstream release
+- Allow pacemaker to use rgmanager resource agents
 
 * Wed Oct 28 2009 Andrew Beekhof <andrew at beekhof.net> - 3.0.4-2
 - Update Pacameker agents to upstream version: e2338892f59f


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/resource-agents/F-12/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	8 Dec 2009 01:18:55 -0000	1.21
+++ sources	11 Feb 2010 09:12:08 -0000	1.22
@@ -1,2 +1,2 @@
-8c659c6c25cf7f29eae98e22b00d388f  bc00c0b065d9.tar.bz2
-12e059b8d7b1a05a161161bb9662b38b  resource-agents-3.0.6.tar.gz
+560e687fa108dbe90e4fae0772ea6e66  c76b4a6eb576.tar.bz2
+497d03f8ff8f48c76cdec9e3e469b077  resource-agents-3.0.7.tar.gz



More information about the scm-commits mailing list