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 2026-08-12 16:10:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and      /work/SRC/openSUSE:Factory/.resource-agents.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resource-agents"

Wed Aug 12 16:10:49 2026 rev:151 rq:1370715 version:4.18.0+git81.694408f0

Changes:
--------
--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2026-07-23 23:09:28.406456011 +0200
+++ 
/work/SRC/openSUSE:Factory/.resource-agents.new.17972/resource-agents.changes   
    2026-08-12 16:11:23.799656749 +0200
@@ -1,0 +2,15 @@
+Tue Aug 11 14:31:51 UTC 2026 - Peter Varkoly <[email protected]>
+
+- Update to version 4.18.0+git81.694408f0:
+  * OCPBUGS-100303: podman-etcd: add test hooks for FNC race reproduction
+  * OCPBUGS-100303: podman-etcd: resolve force_new_cluster race during 
simultaneous dual-start
+  * mediationzone: new resource agent (#2191)
+  * ibmmq: new resource agent for IBM MQ queue managers (#2192)
+  * podman-etcd: scope sync to etcd filesystem only
+  * spec: Remove EOL Fedora compatibility blocks from spec file
+  * Route: restore unique="1" for destination and warn on "default"
+  * Route: update destination parameter to non-unique
+  * powervs-move-ip: introduce support for trusted profiles, refine handling 
of API return codes (bsc#1274582)
+- Remove use-python-311.patch. Use more flexible solution for handling the 
different python versions.
+
+-------------------------------------------------------------------

Old:
----
  resource-agents-4.18.0+git66.efe7eefd4.tar.xz
  use-python-311.patch

New:
----
  resource-agents-4.18.0+git81.694408f0.tar.xz

----------(Old B)----------
  Old:  * powervs-move-ip: introduce support for trusted profiles, refine 
handling of API return codes (bsc#1274582)
- Remove use-python-311.patch. Use more flexible solution for handling the 
different python versions.
----------(Old E)----------

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

Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.n8NXBH/_old  2026-08-12 16:11:24.663693245 +0200
+++ /var/tmp/diff_new_pack.n8NXBH/_new  2026-08-12 16:11:24.663693245 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           resource-agents
-Version:        4.18.0+git66.efe7eefd4
+Version:        4.18.0+git81.694408f0
 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
@@ -33,9 +33,6 @@
 # PATCH-FIX-OPENSUSE: Revert moving binaries to /usr/libexec
 Patch4:         0004-Revert-Low-build-Move-binaries-in-usr-lib-heartbeat-.patch
 ## PATCH-FIX-OPENSUSE:
-%if "%{python_flavor}" == "python311"
-Patch7:         use-python-311.patch
-%endif
 Patch8:         nfsnotify.patch
 Patch9:         portblock.patch
 
@@ -107,17 +104,7 @@
 See 'ldirectord -h' and linux-ha/doc/ldirectord for more information.
 
 %prep
-%setup -q
-%patch -P 1 -p1
-%patch -P 2 -p1
-%patch -P 3 -p1
-%patch -P 4 -p1
-%if "%{python_flavor}" == "python311"
-%patch -P 7 -p1
-%endif
-%patch -P 8 -p0
-%patch -P 9 -p0
-%patch -P 10 -p1
+%autosetup -p1
 
 %build
 autoreconf -fvi
@@ -125,6 +112,7 @@
 # chmod 775 heartbeat/sg_persist
 export BUILD_AZURE_EVENTS=0
 %configure \
+    PYTHON="%{__python3}" \
     --docdir=%{_defaultdocdir}/%{name} \
     --with-ras-set=linux-ha \
     --enable-fatal-warnings=no \

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.n8NXBH/_old  2026-08-12 16:11:24.723695779 +0200
+++ /var/tmp/diff_new_pack.n8NXBH/_new  2026-08-12 16:11:24.735696286 +0200
@@ -1,7 +1,7 @@
 <servicedata>
 <service name="tar_scm">
 <param name="url">https://github.com/ClusterLabs/resource-agents.git</param>
-<param name="changesrevision">efe7eefd4cdb54db57ad98e6c87224e48d330698</param>
+<param name="changesrevision">694408f0d5051b24177017838552f9d9316aeb3b</param>
 </service>
 </servicedata>
 (No newline at EOF)

++++++ drop-deprecated-agents.patch ++++++
--- /var/tmp/diff_new_pack.n8NXBH/_old  2026-08-12 16:11:24.755697131 +0200
+++ /var/tmp/diff_new_pack.n8NXBH/_new  2026-08-12 16:11:24.759697300 +0200
@@ -1,7 +1,7 @@
-diff -urp resource-agents-4.18.0+git66.efe7eefd4-orig/doc/man/Makefile.am 
resource-agents-4.18.0+git66.efe7eefd4/doc/man/Makefile.am
---- resource-agents-4.18.0+git66.efe7eefd4-orig/doc/man/Makefile.am    
2026-07-15 15:25:44.000000000 +0200
-+++ resource-agents-4.18.0+git66.efe7eefd4/doc/man/Makefile.am 2026-07-21 
15:10:29.187358962 +0200
-@@ -77,69 +77,46 @@ clean-local:
+diff -ru resource-agents-4.18.0+git81.694408f0-orig/doc/man/Makefile.am 
resource-agents-4.18.0+git81.694408f0/doc/man/Makefile.am
+--- resource-agents-4.18.0+git81.694408f0-orig/doc/man/Makefile.am     
2026-08-10 12:12:31.000000000 +0200
++++ resource-agents-4.18.0+git81.694408f0/doc/man/Makefile.am  2026-08-11 
16:54:34.921117088 +0200
+@@ -77,69 +77,46 @@
  # 12126 on savannah.gnu.org. But, maybe it gets fixed soon, it was
  # first reported in 1995 and added to Savannah in in 2005...
  if BUILD_DOC
@@ -72,7 +72,7 @@
                            ocf_heartbeat_galera.7 \
                            ocf_heartbeat_ganesha-nfs.7 \
                            ocf_heartbeat_garbd.7 \
-@@ -150,23 +127,12 @@ man_MANS                = ocf_heartbeat_
+@@ -151,24 +128,13 @@
                            ocf_heartbeat_iface-bridge.7 \
                            ocf_heartbeat_iface-macvlan.7 \
                            ocf_heartbeat_iface-vlan.7 \
@@ -88,6 +88,7 @@
 -                          ocf_heartbeat_machine-info.7 \
                            ocf_heartbeat_mariadb.7 \
                            ocf_heartbeat_mdraid.7 \
+                           ocf_heartbeat_mediationzone.7 \
 -                          ocf_heartbeat_minio.7 \
                            ocf_heartbeat_mpathpersist.7 \
                            ocf_heartbeat_mysql.7 \
@@ -96,7 +97,7 @@
                            ocf_heartbeat_named.7 \
                            ocf_heartbeat_nfsnotify.7 \
                            ocf_heartbeat_nfsserver.7 \
-@@ -175,10 +141,6 @@ man_MANS                = ocf_heartbeat_
+@@ -177,10 +143,6 @@
                            ocf_heartbeat_nvmet-namespace.7 \
                            ocf_heartbeat_nvmet-port.7 \
                            ocf_heartbeat_openstack-info.7 \
@@ -107,7 +108,7 @@
                            ocf_heartbeat_oraasm.7 \
                            ocf_heartbeat_oracle.7 \
                            ocf_heartbeat_oralsnr.7 \
-@@ -186,41 +148,25 @@ man_MANS                = ocf_heartbeat_
+@@ -188,41 +150,25 @@
                            ocf_heartbeat_ovsmonitor.7 \
                            ocf_heartbeat_pgagent.7 \
                            ocf_heartbeat_pgsql.7 \
@@ -153,11 +154,10 @@
  
  if BUILD_AZURE_EVENTS_AZ
  man_MANS              += ocf_heartbeat_azure-events-az.7
-Nur in resource-agents-4.18.0+git66.efe7eefd4/doc/man: Makefile.am.orig.
-diff -urp resource-agents-4.18.0+git66.efe7eefd4-orig/heartbeat/Makefile.am 
resource-agents-4.18.0+git66.efe7eefd4/heartbeat/Makefile.am
---- resource-agents-4.18.0+git66.efe7eefd4-orig/heartbeat/Makefile.am  
2026-07-15 15:25:44.000000000 +0200
-+++ resource-agents-4.18.0+git66.efe7eefd4/heartbeat/Makefile.am       
2026-07-21 15:07:58.041521405 +0200
-@@ -50,39 +50,24 @@ IPv6addr_LDADD          = -lplumb $(LIBN
+diff -ru resource-agents-4.18.0+git81.694408f0-orig/heartbeat/Makefile.am 
resource-agents-4.18.0+git81.694408f0/heartbeat/Makefile.am
+--- resource-agents-4.18.0+git81.694408f0-orig/heartbeat/Makefile.am   
2026-08-10 12:12:31.000000000 +0200
++++ resource-agents-4.18.0+git81.694408f0/heartbeat/Makefile.am        
2026-08-11 16:56:59.909067729 +0200
+@@ -50,39 +50,24 @@
  send_ua_SOURCES         = send_ua.c IPv6addr_utils.c
  send_ua_LDADD           = $(LIBNETLIBS)
  
@@ -198,7 +198,7 @@
                        VirtualDomain           \
                        WAS                     \
                        WAS6                    \
-@@ -93,14 +78,11 @@ ocf_SCRIPTS              = AoEtarget               \
+@@ -93,14 +78,11 @@
                        aliyun-vpc-move-ip      \
                        anything                \
                        apache                  \
@@ -213,7 +213,7 @@
                        corosync-qnetd          \
                        crypt                   \
                        db2                     \
-@@ -109,11 +91,8 @@ ocf_SCRIPTS              = AoEtarget               \
+@@ -109,11 +91,8 @@
                        dummypy                 \
                        docker                  \
                        docker-compose          \
@@ -225,10 +225,10 @@
                        galera                  \
                        ganesha-nfs             \
                        garbd                   \
-@@ -121,24 +100,14 @@ ocf_SCRIPTS            = AoEtarget               \
-                       gcp-vpc-move-ip         \
+@@ -122,25 +101,15 @@
                        iSCSILogicalUnit        \
                        iSCSITarget             \
+                       ibmmq                   \
 -                      ids                     \
                        iface-bridge            \
                        iface-macvlan           \
@@ -243,6 +243,7 @@
 -                      machine-info            \
                        mariadb                 \
                        mdraid                  \
+                       mediationzone           \
 -                      minio                   \
 +                      mpathpersist            \
                        mysql                   \
@@ -251,7 +252,7 @@
                        named                   \
                        nfsnotify               \
                        nfsserver               \
-@@ -146,11 +115,6 @@ ocf_SCRIPTS             = AoEtarget               \
+@@ -148,11 +117,6 @@
                        nvmet-subsystem         \
                        nvmet-namespace         \
                        nvmet-port              \
@@ -263,7 +264,7 @@
                        oraasm                  \
                        oracle                  \
                        oralsnr                 \
-@@ -158,38 +122,21 @@ ocf_SCRIPTS            = AoEtarget               \
+@@ -160,38 +124,21 @@
                        ovsmonitor              \
                        pgagent                 \
                        pgsql                   \
@@ -306,5 +307,4 @@
  
  if BUILD_AZURE_EVENTS_AZ
  ocf_SCRIPTS        += azure-events-az
-Nur in resource-agents-4.18.0+git66.efe7eefd4/heartbeat: Makefile.am.orig.
 

++++++ nfsnotify.patch ++++++
--- /var/tmp/diff_new_pack.n8NXBH/_old  2026-08-12 16:11:24.775697975 +0200
+++ /var/tmp/diff_new_pack.n8NXBH/_new  2026-08-12 16:11:24.779698145 +0200
@@ -1,5 +1,5 @@
---- heartbeat/nfsnotify.in.orig        2021-12-06 11:36:48.000000000 +0100
-+++ heartbeat/nfsnotify.in     2022-01-19 15:14:17.424694351 +0100
+--- a/heartbeat/nfsnotify.in.orig      2021-12-06 11:36:48.000000000 +0100
++++ b/heartbeat/nfsnotify.in   2022-01-19 15:14:17.424694351 +0100
 @@ -34,9 +34,11 @@
  
  OCF_RESKEY_source_host_default=""

++++++ portblock.patch ++++++
--- /var/tmp/diff_new_pack.n8NXBH/_old  2026-08-12 16:11:24.795698821 +0200
+++ /var/tmp/diff_new_pack.n8NXBH/_new  2026-08-12 16:11:24.803699159 +0200
@@ -1,5 +1,5 @@
---- heartbeat/portblock.orig   2024-06-07 08:35:56.538587042 +0200
-+++ heartbeat/portblock        2024-06-07 08:36:36.086905689 +0200
+--- a/heartbeat/portblock.orig 2024-06-07 08:35:56.538587042 +0200
++++ b/heartbeat/portblock      2024-06-07 08:36:36.086905689 +0200
 @@ -328,6 +328,8 @@ save_tcp_connections()
  tickle_remote()
  {

++++++ resource-agents-4.18.0+git66.efe7eefd4.tar.xz -> 
resource-agents-4.18.0+git81.694408f0.tar.xz ++++++
++++ 3075 lines of diff (skipped)

Reply via email to