Update to the released 1.0.5
This commit is contained in:
parent
ac3e31247f
commit
6d84107166
@ -1 +1 @@
|
|||||||
c9120a53a6ae.tar.bz2
|
462f1569a437.tar.bz2
|
||||||
|
|||||||
@ -7,16 +7,17 @@
|
|||||||
# When downloading directly from Mercurial, it will automatically add this prefix
|
# When downloading directly from Mercurial, it will automatically add this prefix
|
||||||
# Invoking 'hg archive' wont but you can add one with:
|
# Invoking 'hg archive' wont but you can add one with:
|
||||||
# hg archive -t tgz -p "Pacemaker-1-0-" -r $upstreamversion $upstreamversion.tar.gz
|
# hg archive -t tgz -p "Pacemaker-1-0-" -r $upstreamversion $upstreamversion.tar.gz
|
||||||
|
%global specversion 1
|
||||||
%global upstreamprefix Pacemaker-1-0-
|
%global upstreamprefix Pacemaker-1-0-
|
||||||
%global upstreamversion c9120a53a6ae
|
%global upstreamversion 462f1569a437
|
||||||
|
|
||||||
# Keep around for when/if required
|
# Keep around for when/if required
|
||||||
%global alphatag %{upstreamversion}.hg
|
#global alphatag %{upstreamversion}.hg
|
||||||
|
|
||||||
Name: pacemaker
|
Name: pacemaker
|
||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: %{?alphatag:0.}7%{?alphatag:.%{alphatag}}%{?dist}
|
Release: %{?alphatag:0.}%{specversion}%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
Group: System Environment/Daemons
|
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)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires(pre): cluster-glue
|
Requires(pre): cluster-glue
|
||||||
|
Requires: resource-agents
|
||||||
|
|
||||||
# Required for core functionality
|
# Required for core functionality
|
||||||
BuildRequires: automake autoconf libtool pkgconfig chrpath libtool-ltdl-devel
|
BuildRequires: automake autoconf libtool pkgconfig chrpath libtool-ltdl-devel
|
||||||
@ -96,7 +98,7 @@ resource health.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%{_configure} --localstatedir=%{_var} --enable-fatal-warnings=no
|
%{configure} --localstatedir=%{_var} --enable-fatal-warnings=no
|
||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -210,6 +212,14 @@ rm -rf %{buildroot}
|
|||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 17 2009 Andrew Beekhof <andrew@beekhof.net> - 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ä <ville.skytta@iki.fi> - 1.0.5-0.7.c9120a53a6ae.hg
|
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.0.5-0.7.c9120a53a6ae.hg
|
||||||
- Use bzipped upstream tarball.
|
- Use bzipped upstream tarball.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user