Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package resource-agents for openSUSE:Factory
checked in at 2022-11-02 12:46:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
and /work/SRC/openSUSE:Factory/.resource-agents.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "resource-agents"
Wed Nov 2 12:46:39 2022 rev:119 rq:1032621 version:4.11.0+git72.c1f0a07e
Changes:
--------
--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes
2022-05-30 12:43:06.792323678 +0200
+++
/work/SRC/openSUSE:Factory/.resource-agents.new.2275/resource-agents.changes
2022-11-02 12:47:04.061545543 +0100
@@ -1,0 +2,53 @@
+Thu Oct 20 08:40:50 UTC 2022 - [email protected]
+
+- Update to version 4.11.0+git72.c1f0a07e:
+ * IPsrcaddr: fix monitor/status for default route not being equal to src IP
before start, and change route src correctly in stop-action
+ * IPsrcaddr: use scope host when using non-main tables
+ * IPsrcaddr: detect metric for main table only, and allow specifying metric
if necessary
+ * IPsrcaddr: fix PROTO regex
+ * dev-guide: Correct default branch name
+ * galera/mariadb/mpathpersist/mysql/pgsql/sg_persist/Stateful: use
ocf_promotion_score() to avoid issues with deprecated crm_master
+ * ocf-shellfuncs: add ocf_promotion_score() to use crm_attribute
-p/crm_master depending on Pacemaker version
+ * portblock: implement blocking of outgoing ports
+ * VirtualDomain: replace error log messages with calls to ocf_exit_reason
+
+-------------------------------------------------------------------
+Fri Sep 02 05:15:56 UTC 2022 - [email protected]
+
+- Update to version 4.11.0+git58.2a2a4dd2:
+ * ocf-tester: remove removed parameter -L from Usage text
+ * storage_mon: improve error messages when ioctl() fails
+ * storage_mon: do random lseek even with O_DIRECT, etc
+ * storage_mon: fix build-related issues
+ * storage_mon: Use the O_DIRECT flag in open() to eliminate cache effects
+ * CTDB: move process to root cgroup if realtime scheduling is enabled
+ * ethmonitor/ovsmonitor/pgsql: remove ignored attrd_updater "-q" parameter
+ * Fix bug in handling of child process exit.
+ * storage_mon: Fix bug in checking of number of specified scores.
+ * storage_mon: make -h exit just after printing help message (#1791)
+ * ocf-tester: remove deprecated lrmd/lrmadmin code that hasnt worked since
pre-pacemaker days
+ * openstack-agents: set domain parameter's default to Default and fix
missing parameter name in ocf_exit_reason
+ * ocf-tester: use promotable terms
+ * openstack-agents: warn when openstackcli is slow
+ * openstack-agents: fixes
+ * mariadb: Remove obsolete DEBUG_LOG functionality #1191
+ * configure/spec: remove google-api-client BuildReq as the gcp-agents build
fine without it
+ * LVM-activate: Fix return codes
+ * metadata: update to promoted roles
+ * all agents: update to promotable terms
+ * spec: use cluster-glue-devel for opensuse > 15
+ * azure-events-az: new resource agent (#1774)
+ * lvmlockd: fail when use_lvmlockd has not been set
+ * dnsupdate: add CNAME support (#1773)
+ * aws-vpc-move-ip: Allow to set the interface label
+ * Do not mkdir -p when getting meta-data or help
+ * iSCSILogicalUnit: fix issue where resource was in stopped state when using
allowed_initiators parameter (#1766)
+ * oracle: Improve the error message if monpassword was not set. (#1767)
+ * spec: remove redhat-lsb-core dependency (lsb_release)
+ * podman: add podman parameter error judgment (#1764)
+ * ethmonitor,ovsmonitor,mariadb: check for bc binary
+ * ocivip: fix spelling errors
+ * Filesystem: improve logic for UUID/label and add note that
/dev/disk/by-{uuid,label}/ are preferred on Linux
+ * docker-compose: fix number of containers/running containers logic
+
+-------------------------------------------------------------------
Old:
----
resource-agents-4.11.0+git11.a5f40b4c.tar.xz
New:
----
resource-agents-4.11.0+git72.c1f0a07e.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.kXtkM3/_old 2022-11-02 12:47:05.473552710 +0100
+++ /var/tmp/diff_new_pack.kXtkM3/_new 2022-11-02 12:47:05.477552731 +0100
@@ -17,7 +17,7 @@
Name: resource-agents
-Version: 4.11.0+git11.a5f40b4c
+Version: 4.11.0+git72.c1f0a07e
Release: 0
Summary: HA Reusable Cluster Resource Scripts
License: GPL-2.0-only AND LGPL-2.1-or-later AND GPL-3.0-or-later
++++++ 0007-Request-to-add-gcp-vpc-move-route.patch ++++++
--- /var/tmp/diff_new_pack.kXtkM3/_old 2022-11-02 12:47:05.517552934 +0100
+++ /var/tmp/diff_new_pack.kXtkM3/_new 2022-11-02 12:47:05.521552954 +0100
@@ -1,25 +1,24 @@
---- 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)
+--- configure.ac.orig 2022-10-25 07:51:48.911093203 +0200
++++ configure.ac 2022-10-25 07:53:34.987867250 +0200
+@@ -530,24 +530,12 @@
+ AM_CONDITIONAL(BUILD_AZURE_EVENTS_AZ, test $BUILD_AZURE_EVENTS_AZ -eq 1)
BUILD_GCP_PD_MOVE=1
--if test -z "$PYTHON" || test "x${HAVE_PYMOD_GOOGLEAPICLIENT}" != xyes || test
$BUILD_OCF_PY -eq 0; then
+-if test -z "$PYTHON" || 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
+-if test -z "$PYTHON" || 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
+-if test -z "$PYTHON" || test $BUILD_OCF_PY -eq 0; then
- BUILD_GCP_VPC_MOVE_VIP=0
- AC_MSG_WARN("Not building gcp-vpc-move-vip")
-fi
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.kXtkM3/_old 2022-11-02 12:47:05.565553177 +0100
+++ /var/tmp/diff_new_pack.kXtkM3/_new 2022-11-02 12:47:05.569553197 +0100
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/ClusterLabs/resource-agents.git</param>
-<param name="changesrevision">a5f40b4c3ed3d8b2ff24692a10a2190ed7adcce6</param>
+<param name="changesrevision">1f387ac8017b3eee23b41eadafd58ce21a29eb21</param>
</service>
</servicedata>
(No newline at EOF)
++++++ resource-agents-4.11.0+git11.a5f40b4c.tar.xz ->
resource-agents-4.11.0+git72.c1f0a07e.tar.xz ++++++
++++ 3701 lines of diff (skipped)