Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2017-11-30 12:35:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and      /work/SRC/openSUSE:Factory/.resource-agents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resource-agents"

Thu Nov 30 12:35:22 2017 rev:79 rq:544613 version:4.1.0~git8.2900c751

Changes:
--------
--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2017-11-04 10:25:04.140099637 +0100
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes     
2017-11-30 12:35:24.299704683 +0100
@@ -1,0 +2,20 @@
+Thu Nov 23 11:42:29 UTC 2017 - kgronl...@suse.com
+
+- Update to version v4.1.0rc1~git8.2900c751:
+  * Drop libnet dependency (bsc#1069596)
+  * db2: fix HADR promote when master failed
+  * Add resource agent for IPSEC tunnels
+  * Mid: apache: Move the stop judgment last.
+  * Mid: apache: Eliminate wasteful TERM transmission, correct the waiting 
time correctly.
+  * galera: recover from empty gvwstate.dat
+  * Revert "LVM: use vgscan --cache to update metadata during start/relocate"
+  * Medium: IPaddr2: do not send Gratuitous ARPs in the Cluster IP 
configuration
+  * Medium: IPaddr2: add send_arp_opts parameter
+  * Medium: IPaddr2: allow to choose arping instead of send_arp binary
+  * Low: send_arp.linux: print proper usage
+  * Low: IPaddr2: document arp_interval as deprecated
+  * Low: IPaddr2: remove metadata of an unused parameter arp_mac
+  * Low: IPaddr2: always remove orphan pidfile
+  * Low: IPaddr2: use ocf_log for an output from send_arp
+
+-------------------------------------------------------------------

Old:
----
  resource-agents-4.0.1+git.1509705432.020b5b34.tar.xz

New:
----
  resource-agents-4.1.0~git8.2900c751.tar.xz

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

Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.ETHIxU/_old  2017-11-30 12:35:24.979679959 +0100
+++ /var/tmp/diff_new_pack.ETHIxU/_new  2017-11-30 12:35:24.979679959 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           resource-agents
-Version:        4.0.1+git.1509705432.020b5b34
+Version:        4.1.0~git8.2900c751
 Release:        0
 Summary:        Open Source HA Reusable Cluster Resource Scripts
 License:        GPL-2.0 and LGPL-2.1+ and GPL-3.0+
@@ -43,7 +43,6 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
 BuildRequires:  libglue-devel
-BuildRequires:  libnet-devel
 BuildRequires:  libxslt
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
@@ -118,6 +117,7 @@
     --docdir=%{_defaultdocdir}/%{name} \
     --with-ras-set=linux-ha \
     --enable-fatal-warnings=no \
+    --enable-libnet=no \
     --with-systemdsystemunitdir=%{_unitdir} \ \
     --with-pkg-name=%{name} \
     --with-rsctmpdir=%{_rundir}/%{name}

++++++ 0001-LVM-Default-partial_activation-to-true-in-SLE-HAE.patch ++++++
--- /var/tmp/diff_new_pack.ETHIxU/_old  2017-11-30 12:35:24.999679232 +0100
+++ /var/tmp/diff_new_pack.ETHIxU/_new  2017-11-30 12:35:25.003679086 +0100
@@ -1,42 +1,41 @@
-From 9977cd5a8cdba4dc0e75eeb03777f0b5f9ffecdd Mon Sep 17 00:00:00 2001
+From acffcfbecd397d3bf9a2ce04c0a86b3433cbe960 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <k...@koru.se>
-Date: Thu, 18 May 2017 00:16:59 +0200
-Subject: [PATCH 1/5] LVM: Default partial_activation to true in SLE HAE
+Date: Thu, 23 Nov 2017 13:47:03 +0100
+Subject: [PATCH] LVM: Default partial_activation to true in SLE HAE
 
 ---
- heartbeat/LVM | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
+ heartbeat/LVM | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
 
 diff --git a/heartbeat/LVM b/heartbeat/LVM
-index 7ef1a7e3..6b011114 100755
+index aa1276e1..1a15d689 100755
 --- a/heartbeat/LVM
 +++ b/heartbeat/LVM
-@@ -103,7 +103,7 @@ physical volumes missing. It helps to set to true when 
using mirrored
- logical volumes.
+@@ -29,6 +29,11 @@
+ : ${OCF_FUNCTIONS_DIR=${OCF_ROOT}/lib/heartbeat}
+ . ${OCF_FUNCTIONS_DIR}/ocf-shellfuncs
+ 
++
++# True by default in SLE HAE
++OCF_RESKEY_partial_activation_default=true
++: ${OCF_RESKEY_partial_activation:=${OCF_RESKEY_partial_activation_default}}
++
+ #######################################################################
+ 
+ 
+@@ -97,10 +102,10 @@ If "exclusive" is set on a non clustered volume group, 
this overrides the tag to
+ <longdesc lang="en">
+ If set, the volume group will be activated partially even with some
+ physical volumes missing. It helps to set to true when using mirrored
+-logical volumes.
++logical volumes. Enabled by default.
  </longdesc>
  <shortdesc lang="en">Activate VG partially when missing PVs</shortdesc>
 -<content type="string" default="false" />
-+<content type="string" default="true" />
++<content type="string" default="${OCF_RESKEY_partial_activation_default}" />
  </parameter>
  
  </parameters>
-@@ -368,7 +368,7 @@ get_activate_options()
-       2) options="${options}ey";;
-       esac
- 
--      if ocf_is_true "$OCF_RESKEY_partial_activation" ; then
-+      if ocf_is_true "$PARTIAL_INVOCATION" ; then
-               options="${options} --partial"
-       fi
- 
-@@ -694,6 +694,7 @@ then
-       exit $OCF_ERR_INSTALLED
- fi
- LVM_MAJOR="${LVM_VERSION%%.*}"
-+PARTIAL_INVOCATION=${OCF_RESKEY_partial_activation:-"true"}
- 
- VOLUME=$OCF_RESKEY_volgrpname
- OP_METHOD=$1
 -- 
-2.13.2
+2.15.0
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ETHIxU/_old  2017-11-30 12:35:25.059677050 +0100
+++ /var/tmp/diff_new_pack.ETHIxU/_new  2017-11-30 12:35:25.063676905 +0100
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">resource-agents</param>
-    <param name="versionformat">4.0.1+git.%ct.%h</param>
+    <param name="versionformat">4.1.0~git@TAG_OFFSET@.%h</param>
     <param name="revision">master</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ETHIxU/_old  2017-11-30 12:35:25.091675887 +0100
+++ /var/tmp/diff_new_pack.ETHIxU/_new  2017-11-30 12:35:25.095675741 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
 <param name="url">git://github.com/ClusterLabs/resource-agents.git</param>
-<param name="changesrevision">94a9b505ab90bf1979b9178b461199d8ee9bcb2e</param>
+<param name="changesrevision">051743955c4f1f5fe412875afba94edd2839008c</param>
 </service>
 </servicedata>
\ No newline at end of file


Reply via email to