]> git.pld-linux.org Git - packages/pacemaker.git/commitdiff
- fix permissions for pacemaker ocf resources
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 25 Aug 2009 19:16:41 +0000 (19:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 1

Changed files:
    pacemaker.spec -> 1.5

pacemaker.spec

index c1658b2177fdab96c0322cccda5ba0130e15a679..017429824ed6454b80e0190ac05d6c1497630e31 100644 (file)
@@ -5,7 +5,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
@@ -155,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.184508 seconds and 4 git commands to generate.