[pacemaker/f16] Re-enable cman, re-add ghost directive

Andrew Beekhof beekhof at fedoraproject.org
Thu Mar 29 01:35:05 UTC 2012


commit c995531b956732c41070e40b9941f3aef110e9af
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Thu Mar 29 12:34:51 2012 +1100

    Re-enable cman, re-add ghost directive

 pacemaker.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/pacemaker.spec b/pacemaker.spec
index 1762e86..2b8f6d4 100644
--- a/pacemaker.spec
+++ b/pacemaker.spec
@@ -2,7 +2,7 @@
 %global uname hacluster
 %global pcmk_docdir %{_docdir}/%{name}
 
-%global specversion 1
+%global specversion 2
 %global upstream_version b5b0a7b
 %global upstream_prefix ClusterLabs-pacemaker
 
@@ -29,7 +29,7 @@
 # to disable or enable specific features
 
 # Supported cluster stacks, must support at least one
-%bcond_with cman
+%bcond_without cman
 %bcond_without corosync
 %bcond_with heartbeat
 
@@ -398,7 +398,7 @@ fi
 
 %dir %attr (750, %{uname}, %{gname}) %{_var}/lib/heartbeat/crm
 %dir %attr (750, %{uname}, %{gname}) %{_var}/lib/pengine
-%dir %attr (750, %{uname}, %{gname}) %{_var}/run/crm
+%ghost %dir %attr (750, %{uname}, %{gname}) %{_var}/run/crm
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
 /usr/lib/ocf/resource.d/pacemaker
@@ -486,6 +486,10 @@ fi
 %doc AUTHORS
 
 %changelog
+* Wed Mar 28 2012 Andrew Beekhof <andrew at beekhof.net> Pacemaker-1.1.7-2
+- Restore the 'ghost' directive for /var/run/crm
+- Re-enable cman support
+ 
 * Wed Mar 28 2012 Andrew Beekhof <andrew at beekhof.net> Pacemaker-1.1.7-1
 - Update source tarball to upstream release: Pacemaker-1.1.7
 - See included ChangeLog file or https://raw.github.com/ClusterLabs/pacemaker/master/ChangeLog for details


More information about the scm-commits mailing list