packages: pacemaker/pacemaker.spec - fix permissions for pacemaker ocf reso...
mmazur
mmazur at pld-linux.org
Tue Aug 25 21:16:46 CEST 2009
Author: mmazur Date: Tue Aug 25 19:16:46 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- fix permissions for pacemaker ocf resources
- rel 1
---- Files affected:
packages/pacemaker:
pacemaker.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/pacemaker/pacemaker.spec
diff -u packages/pacemaker/pacemaker.spec:1.4 packages/pacemaker/pacemaker.spec:1.5
--- packages/pacemaker/pacemaker.spec:1.4 Wed May 13 08:11:15 2009
+++ packages/pacemaker/pacemaker.spec Tue Aug 25 21:16:41 2009
@@ -6,7 +6,7 @@
Summary: The scalable High-Availability cluster resource manager
Name: pacemaker
Version: 1.0.3
-Release: 0.1
+Release: 1
License: GPL v2+; LGPL v2.1+
Group: Applications/System
Source0: http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/Pacemaker-%{version}.tar.bz2
@@ -156,7 +156,7 @@
%dir %attr(750,hacluster,haclient) %{_var}/lib/heartbeat/crm
%dir %attr(750,hacluster,haclient) %{_var}/lib/pengine
%dir %attr(750,hacluster,haclient) %{_var}/run/crm
-%{_libdir}/ocf/resource.d/pacemaker
+%attr(755,root,root) %{_libdir}/ocf/resource.d/pacemaker
#%{_libexecdir}/lcrso/pacemaker.lcrso
%files libs
@@ -181,6 +181,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2009/08/25 19:16:41 mmazur
+- fix permissions for pacemaker ocf resources
+- rel 1
+
Revision 1.4 2009/05/13 06:11:15 jajcus
- heartbeat plugins permission fixed
- directories which are part of heartbeat removed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pacemaker/pacemaker.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list