Author: mmazur Date: Tue Jul 19 19:45:06 2011 GMT Module: packages Tag: HEAD ---- Log message: - files under /usr/lib/heartbeat/ need to be +x - rel 1.1
---- Files affected: packages/resource-agents: resource-agents.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/resource-agents/resource-agents.spec diff -u packages/resource-agents/resource-agents.spec:1.7 packages/resource-agents/resource-agents.spec:1.8 --- packages/resource-agents/resource-agents.spec:1.7 Wed Jun 29 16:48:43 2011 +++ packages/resource-agents/resource-agents.spec Tue Jul 19 21:45:01 2011 @@ -4,7 +4,7 @@ Summary: Reusable cluster resource scripts Name: resource-agents Version: 1.0.4 -Release: 1 +Release: 1.1 License: GPL v2+; LGPL v2.1+ Group: Daemons URL: http://www.linux-ha.org/ @@ -133,10 +133,10 @@ %{_mandir}/man7/*.7* %{_sysconfdir}/ha.d/shellfuncs -%{_libdir}/heartbeat/send_arp -%{_libdir}/heartbeat/sfex_daemon -%{_libdir}/heartbeat/findif -%{_libdir}/heartbeat/tickle_tcp +%attr(755,root,root) %{_libdir}/heartbeat/send_arp +%attr(755,root,root) %{_libdir}/heartbeat/sfex_daemon +%attr(755,root,root) %{_libdir}/heartbeat/findif +%attr(755,root,root) %{_libdir}/heartbeat/tickle_tcp %{_includedir}/heartbeat/agent_config.h @@ -155,6 +155,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2011/07/19 19:45:01 mmazur +- files under /usr/lib/heartbeat/ need to be +x +- rel 1.1 + Revision 1.7 2011/06/29 14:48:43 marmarek - resource agents must have executable bit... ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/resource-agents/resource-agents.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
