From 6d84107166affe6e182104df281ebb3eeb76a0ab Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Mon, 17 Aug 2009 19:14:09 +0000 Subject: [PATCH] Update to the released 1.0.5 --- .cvsignore | 2 +- pacemaker.spec | 18 ++++++++++++++---- sources | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 43e8a76..1f8ea3d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -c9120a53a6ae.tar.bz2 +462f1569a437.tar.bz2 diff --git a/pacemaker.spec b/pacemaker.spec index 521ae70..4f09d37 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -7,16 +7,17 @@ # 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 "Pacemaker-1-0-" -r $upstreamversion $upstreamversion.tar.gz +%global specversion 1 %global upstreamprefix Pacemaker-1-0- -%global upstreamversion c9120a53a6ae +%global upstreamversion 462f1569a437 # Keep around for when/if required -%global alphatag %{upstreamversion}.hg +#global alphatag %{upstreamversion}.hg Name: pacemaker Summary: Scalable High-Availability cluster resource manager Version: 1.0.5 -Release: %{?alphatag:0.}7%{?alphatag:.%{alphatag}}%{?dist} +Release: %{?alphatag:0.}%{specversion}%{?alphatag:.%{alphatag}}%{?dist} License: GPLv2+ and LGPLv2+ Url: http://www.clusterlabs.org Group: System Environment/Daemons @@ -24,6 +25,7 @@ Source0: http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/%{upstreamversio BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) AutoReqProv: on Requires(pre): cluster-glue +Requires: resource-agents # Required for core functionality BuildRequires: automake autoconf libtool pkgconfig chrpath libtool-ltdl-devel @@ -96,7 +98,7 @@ resource health. %build ./autogen.sh -%{_configure} --localstatedir=%{_var} --enable-fatal-warnings=no +%{configure} --localstatedir=%{_var} --enable-fatal-warnings=no make %{_smp_mflags} %install @@ -210,6 +212,14 @@ rm -rf %{buildroot} %doc AUTHORS %changelog +* Mon Aug 17 2009 Andrew Beekhof - 1.0.5-1 +- Add dependancy on resource-agents +- Use the version of the configure macro that supplies --prefix, --libdir, etc +- Update the tarball from upstream to version 462f1569a437 (Pacemaker 1.0.5 final) + + High: Tools: crm_resource - Advertise --move instead of --migrate + + Medium: Extra: New node connectivity RA that uses system ping and attrd_updater + + Medium: crmd: Note that dc-deadtime can be used to mask the brokeness of some switches + * Tue Aug 11 2009 Ville Skyttä - 1.0.5-0.7.c9120a53a6ae.hg - Use bzipped upstream tarball. diff --git a/sources b/sources index 87f21f9..e987dd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -acc5f83dbe09b508347a0b01bc9d0752 c9120a53a6ae.tar.bz2 +2206d439eccd8794353ee798849f448d 462f1569a437.tar.bz2