Minor patch to allow a cluster name to be specified in corosync.conf
This commit is contained in:
parent
e9b29da00a
commit
8b5230e489
@ -1 +1,2 @@
|
|||||||
ee19d8e83c2a.tar.bz2
|
ee19d8e83c2a.tar.bz2
|
||||||
|
66b7bfd467f3.patch
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%global with_heartbeat_support 1
|
%global with_heartbeat_support 1
|
||||||
%global pcmk_docdir %{_docdir}/%{name}
|
%global pcmk_docdir %{_docdir}/%{name}
|
||||||
|
|
||||||
%global specversion 4
|
%global specversion 5
|
||||||
%global upstream_version ee19d8e83c2a
|
%global upstream_version ee19d8e83c2a
|
||||||
%global upstream_prefix Pacemaker-1-0-
|
%global upstream_prefix Pacemaker-1-0-
|
||||||
|
|
||||||
@ -25,6 +25,8 @@ License: GPLv2+ and LGPLv2+
|
|||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/%{upstream_version}.tar.bz2
|
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)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires(pre): cluster-glue
|
Requires(pre): cluster-glue
|
||||||
@ -105,6 +107,7 @@ resource health.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{upstream_prefix}%{upstream_version}
|
%setup -q -n %{upstream_prefix}%{upstream_version}
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -220,6 +223,10 @@ rm -rf %{buildroot}
|
|||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 9 2009 Andrew Beekhof <andrew@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@beekhof.net> - 1.0.5-4
|
* Thu Oct 29 2009 Andrew Beekhof <andrew@beekhof.net> - 1.0.5-4
|
||||||
- Include the fixes from CoroSync integration testing
|
- Include the fixes from CoroSync integration testing
|
||||||
- Move the resource templates - they're not documentation
|
- Move the resource templates - they're not documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user