Sync from SUSE:SLFO:Main pacemaker revision eb00dbf1a5c6f809f26c6d571c0d932d
This commit is contained in:
parent
9fc3fdc0c7
commit
75e4fdaed9
6
_service
6
_service
@ -8,10 +8,10 @@
|
|||||||
To update to a new release, change "revision" to the desired
|
To update to a new release, change "revision" to the desired
|
||||||
git commit hash and bump "version" if necessary
|
git commit hash and bump "version" if necessary
|
||||||
|
|
||||||
<param name="version">2.1.7</param>
|
<param name="version">2.1.8</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">2.1.7+%cd.%h</param>
|
<param name="versionformat">2.1.8+%cd.%h</param>
|
||||||
<param name="revision">239cba384f</param>
|
<param name="revision">Pacemaker-2.1.8</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
</service>
|
</service>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/ClusterLabs/pacemaker.git</param>
|
<param name="url">https://github.com/ClusterLabs/pacemaker.git</param>
|
||||||
<param name="changesrevision">d7c233090057d4f660fa458a2ff97896b15ea951</param></service></servicedata>
|
<param name="changesrevision">3980678f0372f2c7c294c01f61d63f0b2cafaad1</param></service></servicedata>
|
BIN
pacemaker-2.1.7+20240711.239cba384.tar.xz
(Stored with Git LFS)
BIN
pacemaker-2.1.7+20240711.239cba384.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
pacemaker-2.1.8+20240808.3980678f03.tar.xz
(Stored with Git LFS)
Normal file
BIN
pacemaker-2.1.8+20240808.3980678f03.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 01 11:36:55 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.1.8+20240808.3980678f03 (Pacemaker-2.1.8):
|
||||||
|
- scheduler: correct format arguments
|
||||||
|
- libpacemaker: Don't apply colocation twice for promotion priority
|
||||||
|
- libpacemaker: Apply promotion priority to cloned group instance
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 12 11:13:38 UTC 2024 - Yan Gao <ygao@suse.com>
|
Fri Jul 12 11:13:38 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@
|
|||||||
%define with_regression_tests 0
|
%define with_regression_tests 0
|
||||||
|
|
||||||
Name: pacemaker
|
Name: pacemaker
|
||||||
Version: 2.1.7+20240711.239cba384
|
Version: 2.1.8+20240808.3980678f03
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
||||||
|
Loading…
Reference in New Issue
Block a user