]> git.pld-linux.org Git - packages/cluster-glue.git/commitdiff
external stonith plugins must be executable
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 31 Oct 2012 15:46:17 +0000 (16:46 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Wed, 31 Oct 2012 15:46:17 +0000 (16:46 +0100)
Release: 2

cluster-glue.spec

index 60819bd7f3c571c6f9381da7c729682ca8dcf88e..b3c0f3f3039ab92325feb66a2b56c2a957f08b51 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Reusable cluster components
 Name:          cluster-glue
 Version:       1.0.11
-Release:       1
+Release:       2
 License:       GPL v2+ and LGPL v2+
 Group:         Base
 URL:           http://www.linux-ha.org/
@@ -272,8 +272,9 @@ fi
 %{_mandir}/man8/stonith.8*
 %dir %{_libdir}/stonith
 %dir %{_libdir}/stonith/plugins
+%dir %{_libdir}/stonith/plugins/external
+%attr(755,root,root) %{_libdir}/stonith/plugins/external
 %dir %{_libdir}/stonith/plugins/stonith2
-%{_libdir}/stonith/plugins/external
 %attr(755,root,root) %{_libdir}/stonith/plugins/stonith2/*.so
 %attr(755,root,root) %{_libdir}/stonith/plugins/stonith2/ribcl.py
 %attr(755,root,root) %{_libdir}/stonith/plugins/xen0-ha-dom0-stonith-helper
This page took 0.069624 seconds and 4 git commands to generate.