From a0103c46e6756b6676a2693840ebf0213e8fc2fb Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 13:39:40 +0300 Subject: [PATCH] import pacemaker-3.0.0-3.el10 --- .gitignore | 2 +- .pacemaker.metadata | 2 +- SPECS/pacemaker.spec | 15 +++++++++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5ae60f9..59f42e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/pacemaker-394d77ec9.tar.gz +SOURCES/pacemaker-4ae3a303e.tar.gz diff --git a/.pacemaker.metadata b/.pacemaker.metadata index fef76a7..43ce51c 100644 --- a/.pacemaker.metadata +++ b/.pacemaker.metadata @@ -1 +1 @@ -f54378e920d9913458abb22fff9cbdd8f6b44f71 SOURCES/pacemaker-394d77ec9.tar.gz +b3c3ebba629abf3cc7596e6cfdffae3e357d0cd2 SOURCES/pacemaker-4ae3a303e.tar.gz diff --git a/SPECS/pacemaker.spec b/SPECS/pacemaker.spec index 26865a2..34c1f12 100644 --- a/SPECS/pacemaker.spec +++ b/SPECS/pacemaker.spec @@ -41,10 +41,10 @@ ## can be incremented to build packages reliably considered "newer" ## than previously built packages with the same pcmkversion) %global pcmkversion 3.0.0 -%global specversion 2 +%global specversion 3 ## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build -%global commit 394d77ec985ff289f0661f996a45052b7fbf0f2c +%global commit 4ae3a303e589ed47634890aab5dd955186b5ec02 ## Since git v2.11, the extent of abbreviation is autoscaled by default ## (used to be constant of 7), so we need to convey it for non-tags, too. @@ -791,6 +791,17 @@ exit 0 %{_datadir}/pkgconfig/pacemaker-schemas.pc %changelog +* Thu Dec 12 2024 Chris Lumens - 3.0.0-3 +- Rebase on upstream 3.0.0-rc2 +- Support X.509 certificates for Pacemaker Remote connections and remote + CIB administration +- Fix ability to do rolling upgrades (regression introduced in 3.0.0-rc1) +- Fix memory leaks in daemons (regressions introduced in 3.0.0-rc1) +- Ensure ACLs remain valid after CIB upgrades (regression introduced in + 3.0.0-rc1) +- Related: RHEL-61383 +- Resolves: RHEL-7600 + * Mon Nov 18 2024 Chris Lumens - 3.0.0-2 - Rebase on upstream 3.0.0-rc1 - Default globally-unique to true when clone-node-max > 1