[pacemaker] Re-add ghost directive

Peter Robinson pbrobinson at fedoraproject.org
Thu Jul 5 14:32:25 UTC 2012


commit 397af4645fe29cc1d3592ee9c07b9cbe60b0ea80
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Thu Mar 29 14:01:15 2012 +1100

    Re-add ghost directive

 pacemaker.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pacemaker.spec b/pacemaker.spec
index 43532e0..f1bd33b 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
 
@@ -406,7 +406,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
@@ -494,6 +494,9 @@ fi
 %doc AUTHORS
 
 %changelog
+* Wed Mar 28 2012 Andrew Beekhof <andrew at beekhof.net> Pacemaker-1.1.7-2
+- Reinstate the ghost directive for /var/run/crm
+
 * 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