rpms/pacemaker/devel .cvsignore, 1.3, 1.4 pacemaker.spec, 1.2, 1.3 sources, 1.3, 1.4

Andrew Beekhof beekhof at fedoraproject.org
Mon Aug 17 19:14:09 UTC 2009


Author: beekhof

Update of /cvs/pkgs/rpms/pacemaker/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23392

Modified Files:
	.cvsignore pacemaker.spec sources 
Log Message:
Update to the released 1.0.5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	12 Aug 2009 17:19:13 -0000	1.3
+++ .cvsignore	17 Aug 2009 19:14:09 -0000	1.4
@@ -1 +1 @@
-c9120a53a6ae.tar.bz2
+462f1569a437.tar.bz2


Index: pacemaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/devel/pacemaker.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- pacemaker.spec	12 Aug 2009 17:19:13 -0000	1.2
+++ pacemaker.spec	17 Aug 2009 19:14:09 -0000	1.3
@@ -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/pacem
 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 <andrew at 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 at iki.fi> - 1.0.5-0.7.c9120a53a6ae.hg
 - Use bzipped upstream tarball.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	12 Aug 2009 17:19:13 -0000	1.3
+++ sources	17 Aug 2009 19:14:09 -0000	1.4
@@ -1 +1 @@
-acc5f83dbe09b508347a0b01bc9d0752  c9120a53a6ae.tar.bz2
+2206d439eccd8794353ee798849f448d  462f1569a437.tar.bz2




More information about the fedora-extras-commits mailing list