Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2020-03-23 12:49:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and      /work/SRC/openSUSE:Factory/.resource-agents.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resource-agents"

Mon Mar 23 12:49:35 2020 rev:102 rq:786854 version:4.4.0+git57.70549516

Changes:
--------
--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2020-02-28 15:19:19.689647212 +0100
+++ 
/work/SRC/openSUSE:Factory/.resource-agents.new.3160/resource-agents.changes    
    2020-03-23 12:50:01.367936155 +0100
@@ -1,0 +2,7 @@
+Wed Feb 26 14:26:23 UTC 2020 - Peter Varkoly <vark...@suse.com>
+
+- Request to add "gcp-vpc-move-route" resource agent to SLE12 and SLE15 
+  (bsc#1161898) Add patch: 
+  0007-Request-to-add-gcp-vpc-move-route.patch
+
+-------------------------------------------------------------------
@@ -44,0 +52 @@
+  Fixes to bugs bsc#1151833, bsc#1154465 are included in this update.

New:
----
  0007-Request-to-add-gcp-vpc-move-route.patch

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

Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.L9MUGs/_old  2020-03-23 12:50:02.571936912 +0100
+++ /var/tmp/diff_new_pack.L9MUGs/_new  2020-03-23 12:50:02.579936917 +0100
@@ -37,6 +37,8 @@
 Patch4:         0004-Revert-Low-build-Move-binaries-in-usr-lib-heartbeat-.patch
 # PATCH-FIX-OPENSUSE: Revert ocf_log: use same log format at pacemaker
 Patch6:         0006-Revert-ocf_log-use-same-log-format-as-pacemaker.patch
+# PATCH-FIX-OPENSUSE:
+Patch7:         0007-Request-to-add-gcp-vpc-move-route.patch   
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -110,6 +112,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch6 -p1
+%patch7 -p0
 
 %build
 autoreconf -fvi

++++++ 0007-Request-to-add-gcp-vpc-move-route.patch ++++++
--- configure.ac-orig   2020-03-03 10:46:46.352038934 +0100
+++ configure.ac        2020-03-03 10:47:23.932583111 +0100
@@ -534,25 +534,12 @@
 AM_CONDITIONAL(BUILD_AZURE_EVENTS, test $BUILD_AZURE_EVENTS -eq 1)
 
 BUILD_GCP_PD_MOVE=1
-if test -z "$PYTHON" || test "x${HAVE_PYMOD_GOOGLEAPICLIENT}" != xyes || test 
$BUILD_OCF_PY -eq 0; then
-    BUILD_GCP_PD_MOVE=0
-    AC_MSG_WARN("Not building gcp-pd-move")
-fi
 AM_CONDITIONAL(BUILD_GCP_PD_MOVE, test $BUILD_GCP_PD_MOVE -eq 1)
 
 BUILD_GCP_VPC_MOVE_ROUTE=1
-if test -z "$PYTHON" || test "x${HAVE_PYMOD_GOOGLEAPICLIENT}" != xyes || \
-   test "x${HAVE_PYMOD_PYROUTE2}" != xyes || test $BUILD_OCF_PY -eq 0; then
-    BUILD_GCP_VPC_MOVE_ROUTE=0
-    AC_MSG_WARN("Not building gcp-vpc-move-route")
-fi
 AM_CONDITIONAL(BUILD_GCP_VPC_MOVE_ROUTE, test $BUILD_GCP_VPC_MOVE_ROUTE -eq 1)
 
 BUILD_GCP_VPC_MOVE_VIP=1
-if test -z "$PYTHON" || test "x${HAVE_PYMOD_GOOGLEAPICLIENT}" != xyes || test 
$BUILD_OCF_PY -eq 0; then
-    BUILD_GCP_VPC_MOVE_VIP=0
-    AC_MSG_WARN("Not building gcp-vpc-move-vip")
-fi
 AM_CONDITIONAL(BUILD_GCP_VPC_MOVE_VIP, test $BUILD_GCP_VPC_MOVE_VIP -eq 1)
 
 AC_PATH_PROGS(ROUTE, route)

Reply via email to