Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2014-05-22 20:38:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and      /work/SRC/openSUSE:Factory/.resource-agents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resource-agents"

Changes:
--------
--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2014-04-08 22:37:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes     
2014-05-22 20:38:50.000000000 +0200
@@ -1,0 +2,31 @@
+Mon May 19 11:05:11 UTC 2014 - [email protected]
+
+- rgmanager/fs: typo preventing passing some mount opts
+- nfsserver.sh: add an optional option for the rpc.statd listening port
+- iscsi: iscsi status fails with open-iscsi with support for flash (bnc#878039)
+- nfsserver: let systemd service files handle lock notifications
+- vm.sh: Monitor kvm resources without requiring libvirtd
+- Calculate stop loop according stop timeout
+- Added kamailio resource agent
+- IPaddr2: fix error msg from manual clone/incarnation # era
+- clvm: Properly detect directory for vg tools
+- Add IPv6 http(s) health checking to ldirectord
+- nfsserver.sh: On stop, kill sm-notify so /var/lib/nfs/statd can be unmounted
+- VirtualDomain: Allow monitoring of lxc domains without libvirtd
+- named.sh: Fix issues running named daemon as a non-root user
+- VirtualDomain: cache domain emulator after start
+- CTDB: do not fail monitor operation when ctdb socket does not exist
+- exportfs: Make unlock_on_stop_default=1 (bnc#864263)
+- Stateful: Clean up implementation of Stateful (bnc#867372)
+- dnsupdate: resource agent for IP take-over via dynamic DNS
+- upstream cs: v3.9.5-404-g61a2ccc8b7b1 
+
+- Updated resource-agents-nfsserver-sle11.patch
+- Removed 0015-Medium-exportfs-Make-unlock_on_stop_default-1-bnc-86.patch
+
+-------------------------------------------------------------------
+Thu May  8 11:28:32 CEST 2014 - [email protected]
+
+- use _rundir macro 
+
+-------------------------------------------------------------------

Old:
----
  resource-agents-3.9.5+git335.tar.xz

New:
----
  resource-agents-3.9.5+git404.tar.xz

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

Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.pXIXiN/_old  2014-05-22 20:38:51.000000000 +0200
+++ /var/tmp/diff_new_pack.pXIXiN/_new  2014-05-22 20:38:51.000000000 +0200
@@ -36,11 +36,15 @@
 %define SSLeay                 perl-Net_SSLeay
 %endif
 
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
+
 Name:           resource-agents
 Summary:        Open Source HA Reusable Cluster Resource Scripts
 License:        GPL-2.0 and LGPL-2.1+
 Group:          Productivity/Clustering/HA
-Version:        3.9.5+git335
+Version:        3.9.5+git404
 Release:        0
 Url:            http://linux-ha.org/
 Source:         resource-agents-%{version}.tar.xz
@@ -63,8 +67,6 @@
 Patch13:        0001-Low-ldirectord-fix-the-list-output-to-include-ops-fl.patch
 # PATCH-FEATURE-UPSTREAM: ldirectord: Add systemd unit file (bnc#863250)
 Patch14:        0001-ldirectord-Add-systemd-unit-file-bnc-863250.patch
-# PATCH-FIX-UPSTREAM: exportfs: make unlock_on_stop default to 1 (bnc#864263)
-Patch15:        0015-Medium-exportfs-Make-unlock_on_stop_default-1-bnc-86.patch
 # PATCH-FIX-UPSTREAM: mysql: Update mysql with more sensible defaults 
(bnc#863844)
 Patch16:        0001-Medium-mysql-Update-mysql-with-more-sensible-default.patch
 # PATCH-FIX-UPSTREAM: sg_persist: fix commented by Lars 
@@ -148,7 +150,6 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
-%patch15 -p1
 %patch16 -p1
 %patch17 -p1
 ###########################################################
@@ -160,7 +161,8 @@
 CONF_OPTS="--with-ras-set=linux-ha \
     --enable-fatal-warnings=yes \
     --with-systemdsystemunitdir=%{_unitdir} \
-    --with-pkg-name=%{name}"
+    --with-pkg-name=%{name} \
+    --with-rsctmpdir=%{_rundir}/%{name}"
 %else
 CONF_OPTS="--with-ras-set=linux-ha \
     --enable-fatal-warnings=yes \
@@ -227,7 +229,7 @@
 rm -rf $RPM_BUILD_DIR/resource-agents
 ###########################################################
 %post
-test -d /var/run/resource-agents || mkdir -m 1755 /var/run/resource-agents
+test -d %{_rundir}/resource-agents || mkdir -m 1755 %{_rundir}/resource-agents
 
 %if 0%{?suse_version}
 
@@ -286,7 +288,7 @@
 %{_sbindir}/sfex_init
 %{_sbindir}/sfex_stat
 %{_includedir}/heartbeat
-%ghost %dir %attr (1755, root, root)  %{_var}/run/resource-agents
+%ghost %dir %attr (1755, root, root)  %{_rundir}/resource-agents
 %doc AUTHORS
 %doc COPYING
 %doc COPYING.GPLv3

++++++ resource-agents-3.9.5+git335.tar.xz -> 
resource-agents-3.9.5+git404.tar.xz ++++++
++++ 2845 lines of diff (skipped)

++++++ resource-agents-nfsserver-sle11.patch ++++++
--- /var/tmp/diff_new_pack.pXIXiN/_old  2014-05-22 20:38:52.000000000 +0200
+++ /var/tmp/diff_new_pack.pXIXiN/_new  2014-05-22 20:38:52.000000000 +0200
@@ -1,10 +1,16 @@
+commit 9538d4622b54c2c5693baff32bb12ba399dbfd39
+Author: Kristoffer Grönlund <[email protected]>
+Date:   Mon May 19 13:21:50 2014 +0200
+
+    nfsserver: fix path to sm-notify
+
 diff --git a/heartbeat/nfsserver b/heartbeat/nfsserver
-index ff2e3ca..7ec62bf 100755
+index c8a44795daaf..ce6e6bb3075c 100755
 --- a/heartbeat/nfsserver
 +++ b/heartbeat/nfsserver
-@@ -14,7 +14,7 @@ fi
+@@ -19,7 +19,7 @@ if ! [ -f $DEFAULT_INIT_SCRIPT ]; then
+ fi
  
- DEFAULT_INIT_SCRIPT="/etc/init.d/nfsserver"
  DEFAULT_NOTIFY_CMD=`which sm-notify`
 -DEFAULT_NOTIFY_CMD=${DEFAULT_NOTIFY_CMD:-"/sbin/sm-notify"}
 +DEFAULT_NOTIFY_CMD=${DEFAULT_NOTIFY_CMD:-"/usr/sbin/sm-notify"}

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

Reply via email to