[pacemaker/f14/master] Final release of 1.1.3 for F-14

Andrew Beekhof beekhof at fedoraproject.org
Wed Sep 22 19:36:41 UTC 2010


commit 0bf945da960f7c2f1ddac986fa286f558038c571
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Wed Sep 22 21:35:58 2010 +0200

    Final release of 1.1.3 for F-14

 pacemaker.spec |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/pacemaker.spec b/pacemaker.spec
index b379aa0..e59f525 100644
--- a/pacemaker.spec
+++ b/pacemaker.spec
@@ -17,12 +17,12 @@
 # We generate some docs using Publican, but its not available everywhere
 %bcond_without publican
 
-%global specversion 2
-%global upstream_version 59347e19c5cb
+%global specversion 1
+%global upstream_version 3f04d59d464c
 %global upstream_prefix Pacemaker-1-1-
 
 # Keep around for when/if required
-%global alphatag %{upstream_version}.hg
+#global alphatag %{upstream_version}.hg
 
 %global pcmk_release %{?alphatag:0.}%{specversion}%{?alphatag:.%{alphatag}}%{?dist}
 
@@ -34,10 +34,6 @@
 %{!?py_libdir:	%{expand: %%global py_libdir   %%{expand:%%%%{py_prefix}/%%%%{_lib}/python%%%%{py_ver}}}}
 %{!?py_sitedir: %{expand: %%global py_sitedir %%{expand:%%%%{py_libdir}/site-packages}}}
 
-# When downloading directly from Mercurial, it will automatically add a prefix
-# Invoking 'hg archive' wont but you can add one with:
-# hg archive -t tgz -p "$upstream_prefix-$upstream_version" -r $upstream_version $upstream_version.tar.gz
-
 Name:		pacemaker
 Summary:	Scalable High-Availability cluster resource manager
 Version:	1.1.3
@@ -191,6 +187,9 @@ make %{_smp_mflags}
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 
+mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
+install -m 644 mcp/pacemaker.sysconfig ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/pacemaker
+
 # Scripts that need should be executable
 chmod a+x %{buildroot}/%{_datadir}/pacemaker/tests/cts/CTSlab.py
 chmod a+x %{buildroot}/%{_datadir}/pacemaker/tests/cts/extracttests.py
@@ -224,6 +223,7 @@ rm -rf %{buildroot}
 
 %exclude %{_datadir}/pacemaker/tests
 
+%config(noreplace) %{_sysconfdir}/sysconfig/pacemaker
 %{_initddir}/pacemaker
 %{_sbindir}/pacemakerd
 
@@ -310,8 +310,9 @@ rm -rf %{buildroot}
 %doc AUTHORS
 
 %changelog
-* Thu Sep 16 2010 Andrew Beekhof <andrew at beekhof.net> - 1.1.3-0.2-59347e19c5cb.hg
-- Pre-release version of 1.1.3
+* Thu Sep 21 2010 Andrew Beekhof <andrew at beekhof.net> - 1.1.3-1
+- Upstream release of 1.1.3
+  + High: crmd: Use the correct define/size for lrm resource IDs
   + High: crmd: Bug lf#2458 - Ensure stop actions always have the relevant resource attributes
   + High: crmd: Ensure we activate the DC timer if we detect an alternate DC
   + High: mcp: Correctly initialize the string containing the list of active daemons
@@ -321,9 +322,13 @@ rm -rf %{buildroot}
   + High: PE: Do not demote resources because something that requires it can't run
   + High: PE: Rewrite the ordering constraint logic to be simplicity, clarity and maintainability
   + High: PE: Wait until stonith is available, don't fall back to shutdown for nodes requesting termination
+  + High: PE: Prevent segfault by ensuring the arguments to do_calculations() are initialized
   + High: stonith: Bug lf#2461 - Prevent segfault by not looking up operations if the hashtable hasn't been initialized yet
   + High: Stonith: Bug lf#2473 - Ensure stonith operations complete within the timeout and are terminated if they run too long
   + High: stonith: Bug lf#2473 - Gracefully handle remote operations that arrive late (after we've done notifications)
+  + High: stonith: Bug lf#2473 - Add the timeout at the top level where the daemon is looking for it
+  + High: stonith: Bug lf#2473 - Ensure timeouts are included for fencing operations
+  + High: Stonith: Use the timeout specified by the user
   + High: Tools: Bug lf#2456 - Fix assertion failure in crm_resource
 * Mon Jul 26 2010 Andrew Beekhof <andrew at beekhof.net> - 1.1.3-0.1-b3cb4f4a30ae.hg
 - Pre-release version of 1.1.3


More information about the scm-commits mailing list