rpms/pacemaker/F-12 .cvsignore, 1.6, 1.7 pacemaker.spec, 1.8, 1.9 sources, 1.6, 1.7

Andrew Beekhof beekhof at fedoraproject.org
Wed Dec 9 12:02:45 UTC 2009


Author: beekhof

Update of /cvs/pkgs/rpms/pacemaker/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2376

Modified Files:
	.cvsignore pacemaker.spec sources 
Log Message:
Minor patch to allow a cluster name to be specified in corosync.conf


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-12/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	29 Oct 2009 12:57:05 -0000	1.6
+++ .cvsignore	9 Dec 2009 12:02:45 -0000	1.7
@@ -1 +1,2 @@
 ee19d8e83c2a.tar.bz2
+66b7bfd467f3.patch


Index: pacemaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-12/pacemaker.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- pacemaker.spec	29 Oct 2009 12:57:05 -0000	1.8
+++ pacemaker.spec	9 Dec 2009 12:02:45 -0000	1.9
@@ -4,7 +4,7 @@
 %global with_heartbeat_support	1
 %global pcmk_docdir %{_docdir}/%{name}
 
-%global specversion 4
+%global specversion 5
 %global upstream_version ee19d8e83c2a
 %global upstream_prefix Pacemaker-1-0-
 
@@ -25,6 +25,8 @@ License:	GPLv2+ and LGPLv2+
 Url:		http://www.clusterlabs.org
 Group:		System Environment/Daemons
 Source0:	http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/%{upstream_version}.tar.bz2
+Patch1:		66b7bfd467f3.patch
+
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 AutoReqProv:	on
 Requires(pre):	cluster-glue
@@ -105,6 +107,7 @@ resource health.
 
 %prep
 %setup -q -n %{upstream_prefix}%{upstream_version}
+%patch1 -p1
 
 %build
 ./autogen.sh
@@ -220,6 +223,10 @@ rm -rf %{buildroot}
 %doc AUTHORS
 
 %changelog
+* Wed Dec 9 2009 Andrew Beekhof <andrew at beekhof.net> - 1.0.5-5
+- Include patch of changeset 66b7bfd467f3:
+  Some clients such as gfs_controld want a cluster name, allow one to be specified in corosync.conf
+
 * Thu Oct 29 2009 Andrew Beekhof <andrew at beekhof.net> - 1.0.5-4
 - Include the fixes from CoroSync integration testing
 - Move the resource templates - they're not documentation


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	29 Oct 2009 12:57:05 -0000	1.6
+++ sources	9 Dec 2009 12:02:45 -0000	1.7
@@ -1 +1,2 @@
 277e12a5417ff294b166225f4d7c4648  ee19d8e83c2a.tar.bz2
+de83e10d71d85f06882fe60998d91207  66b7bfd467f3.patch




More information about the fedora-extras-commits mailing list