Fix rhbz#656654
This commit is contained in:
parent
15942e40af
commit
799a7f7aba
@ -20,7 +20,7 @@
|
||||
# We generate some docs using Publican, but its not available everywhere
|
||||
%bcond_with publican
|
||||
|
||||
%global specversion 1
|
||||
%global specversion 2
|
||||
%global upstream_version Pacemaker-1.1.5
|
||||
%global upstream_prefix Pacemaker-1-1-
|
||||
|
||||
@ -299,7 +299,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
|
||||
@ -341,6 +341,10 @@ fi
|
||||
%doc AUTHORS
|
||||
|
||||
%changelog
|
||||
* Wed Apr 27 2011 Andrew Beekhof <andrew@beekhof.net> 1.1.5-2
|
||||
- Mark /var/run directories with ghost directive
|
||||
Resolves: rhbz#656654
|
||||
|
||||
* Wed Apr 27 2011 Andrew Beekhof <andrew@beekhof.net> 1.1.5-1
|
||||
- New upstream release plus patches for CMAN integration
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user