Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory
checked in at Sun Aug 7 18:49:35 CEST 2011.



--------
--- resource-agents/resource-agents.changes     2011-02-16 12:54:49.000000000 
+0100
+++ /mounts/work_src_done/STABLE/resource-agents/resource-agents.changes        
2011-08-05 08:34:52.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug  5 06:18:49 UTC 2011 - [email protected]
+
+- Fix rpmlint non-ghost-in-var-run check 
+- ldirectord: Remove usage of /var/lock/subsys in init script
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  no-var-lock-subsys.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.UY3QMt/_old  2011-08-07 18:49:13.000000000 +0200
+++ /var/tmp/diff_new_pack.UY3QMt/_new  2011-08-07 18:49:13.000000000 +0200
@@ -39,7 +39,7 @@
 Name:           resource-agents
 Summary:        The Heartbeat Subsystem for High-Availability Linux
 Version:        1.0.3
-Release:        11
+Release:        12
 License:        GPLv2 ; LGPLv2.1+
 Url:            http://linux-ha.org/
 Group:          Productivity/Clustering/HA
@@ -47,6 +47,7 @@
 Patch1:         resource-agents-mysql-sle11.patch
 Patch2:         lvm-vg-partial-active.diff
 Patch3:         resource-agents-nfsserver-sle11.patch
+Patch4:         no-var-lock-subsys.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:    on
 Obsoletes:      heartbeat-resources
@@ -158,6 +159,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 ###########################################################
 
 %build
@@ -250,7 +252,7 @@
 %{_sbindir}/sfex_init
 %{_sbindir}/sfex_stat
 %{_includedir}/heartbeat
-%dir %attr (1755, root, root)  %{_var}/run/resource-agents
+%ghost %dir %attr (1755, root, root)  %{_var}/run/resource-agents
 %doc AUTHORS
 %doc COPYING
 %doc COPYING.GPLv3

++++++ no-var-lock-subsys.patch ++++++
Index: resource-agents/ldirectord/init.d/ldirectord.in
===================================================================
--- resource-agents.orig/ldirectord/init.d/ldirectord.in
+++ resource-agents/ldirectord/init.d/ldirectord.in
@@ -62,11 +62,9 @@ action() {
 case "$1" in
   start)
         action "Starting ldirectord" $DAEMON start
-       touch /var/lock/subsys/ldirectord
        ;;
   stop)
         action "Stopping ldirectord" $DAEMON stop
-       rm -f /var/lock/subsys/ldirectord
        ;;
   restart)
         action "Restarting ldirectord" $DAEMON restart

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to