Accepting request 1187168 from network:ha-clustering:Factory

- Update to version 2.1.7+20240711.239cba384:
- various: Don't set cluster-layer node ID as XML ID
- tools: crm_node -i must initialize nodeid before passing pointer (gh#ClusterLabs/pacemaker#3574)

- Update to version 2.1.7+20240709.f04c3b02c:
- tools: CIB clients retry signon upon an EAGAIN error (gh#ClusterLabs/pacemaker#3567, bsc#1224183)
- libcib: new function cib__signon_attempts() (gh#ClusterLabs/pacemaker#3567, bsc#1224183)

- Update to version 2.1.7+20240708.347e83d87:
- crm_verify: Improve checking of fencing level IDs

- Update to version 2.1.7+20240703.f73f033d5 (Pacemaker-2.1.8-rc3):
- sysconfig: deprecate PCMK_dh_min_bits environment variable

- Update to version 2.1.7+20240701.8af8b59e2:
- libcrmcluster: use local hostname for node name if not configured in corosync (gh#ClusterLabs/pacemaker#3551)

- Update to version 2.1.7+20240701.b4e61209c:
- tools: Don't double-free XML in crm_verify after schema update

- Update to version 2.1.7+20240701.a1003bbf1:
- cts-cli: update expected output for crm_verify to distinguish configuration warnings and errors (gh#ClusterLabs/pacemaker#3543)
- tools: crm_verify distinguishes configuration warnings and errors (gh#ClusterLabs/pacemaker#3543)

- Update to version 2.1.7+20240624.5d44a760b:
- libcrmcommon: don't try to add to full string in pcmk__time_format_hr()
- libcrmcommon: handle formatting errors in pcmk__time_format_hr()
- scheduler: consider group locations when member is explicit colocation dependent
- tools: Don't skip formatting if running crm_simulate interactively. (forwarded request 1187166 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/1187168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=158
This commit is contained in:
Ana Guerrero 2024-07-15 17:45:43 +00:00 committed by Git OBS Bridge
commit 3f7ae2dd50
6 changed files with 88 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<param name="version">2.1.7</param>
-->
<param name="versionformat">2.1.7+%cd.%h</param>
<param name="revision">09c4d6d2e</param>
<param name="revision">239cba384f</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -5,4 +5,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/ClusterLabs/pacemaker.git</param>
<param name="changesrevision">569aa41ecccd4da46725ac274c3a41c4edda1bb0</param></service></servicedata>
<param name="changesrevision">d7c233090057d4f660fa458a2ff97896b15ea951</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aa7338fc3569acfb361d80e242da16c13bb412e64dc3cd6bcd2f9431f85dc7c
size 4378168

BIN
pacemaker-2.1.7+20240711.239cba384.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,84 @@
-------------------------------------------------------------------
Fri Jul 12 11:13:38 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240711.239cba384:
- various: Don't set cluster-layer node ID as XML ID
- tools: crm_node -i must initialize nodeid before passing pointer (gh#ClusterLabs/pacemaker#3574)
-------------------------------------------------------------------
Wed Jul 10 16:43:36 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240709.f04c3b02c:
- tools: CIB clients retry signon upon an EAGAIN error (gh#ClusterLabs/pacemaker#3567, bsc#1224183)
- libcib: new function cib__signon_attempts() (gh#ClusterLabs/pacemaker#3567, bsc#1224183)
-------------------------------------------------------------------
Wed Jul 10 16:38:18 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240708.347e83d87:
- crm_verify: Improve checking of fencing level IDs
-------------------------------------------------------------------
Thu Jul 04 07:10:12 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240703.f73f033d5 (Pacemaker-2.1.8-rc3):
- sysconfig: deprecate PCMK_dh_min_bits environment variable
-------------------------------------------------------------------
Tue Jul 02 09:25:05 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240701.8af8b59e2:
- libcrmcluster: use local hostname for node name if not configured in corosync (gh#ClusterLabs/pacemaker#3551)
-------------------------------------------------------------------
Tue Jul 02 09:21:29 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240701.b4e61209c:
- tools: Don't double-free XML in crm_verify after schema update
-------------------------------------------------------------------
Mon Jul 01 14:27:39 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240701.a1003bbf1:
- cts-cli: update expected output for crm_verify to distinguish configuration warnings and errors (gh#ClusterLabs/pacemaker#3543)
- tools: crm_verify distinguishes configuration warnings and errors (gh#ClusterLabs/pacemaker#3543)
-------------------------------------------------------------------
Mon Jul 01 07:41:34 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240624.5d44a760b:
- libcrmcommon: don't try to add to full string in pcmk__time_format_hr()
- libcrmcommon: handle formatting errors in pcmk__time_format_hr()
- scheduler: consider group locations when member is explicit colocation dependent
- tools: Don't skip formatting if running crm_simulate interactively.
-------------------------------------------------------------------
Wed Jun 12 09:45:01 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240611.cbf6db339 (Pacemaker-2.1.8-rc2):
- libcrmcommon: reject ISO 8601 duration without any values (gh#ClusterLabs/pacemaker#3517)
- libcrmcommon: bounds-check ISO 8601 duration elements
- scheduler: improve promotion score message for inactive instances
- scheduler: use -INFINITY promotion score for inactive instances
- libstonithd: prevent to free 'op_reply' repeatedly in 'stonith_send_command' (gh#ClusterLabs/pacemaker#3517)
-------------------------------------------------------------------
Mon Jun 10 11:37:18 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240606.917fbfa11:
- libpacemaker: correctly retrieve any existing fail-count for increment (gh#ClusterLabs/pacemaker#3513)
-------------------------------------------------------------------
Mon Jun 10 11:23:24 UTC 2024 - Yan Gao <ygao@suse.com>
- Update to version 2.1.7+20240605.f80f40e36:
- libpacemaker: Add spaces back to attrd_updater query output.
- libcib,liblrmd: improve TLS handshake error messages
- liblrmd: make TLS handshake error handling consistent
- libcrmcommon: interpret pcmk__remote_ready() return code correctly
- pacemakerd: improve subdaemon check messages
- pacemaker-based: improve local notification messages
-------------------------------------------------------------------
Tue Jun 04 07:35:46 UTC 2024 - Yan Gao <ygao@suse.com>
@ -1738,7 +1819,7 @@ Thu May 12 07:56:23 UTC 2022 - Yan Gao <ygao@suse.com>
Mon May 02 10:01:36 UTC 2022 - Yan Gao <ygao@suse.com>
- Update to version 2.1.2+20220427.c01a90fd2:
- tools: Hook up the verbosity flag in crm_attribute.
- tools: Hook up the verbosity flag in crm_attribute. (gh#ClusterLabs/pacemaker#2696, bsc#1224183)
- tools: Honor CIB_file when doing node name lookups in crm_attribute.
- tools: Handle a remote node's name differing from its hostname.
- libcrmcommon: Fix a bug in processing multiple IPC messages.

View File

@ -129,7 +129,7 @@
%define with_regression_tests 0
Name: pacemaker
Version: 2.1.7+20240530.09c4d6d2e
Version: 2.1.7+20240711.239cba384
Release: 0
Summary: Scalable High-Availability cluster resource manager
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary