Accepting request 984319 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.1.4+20220615.dc6eb4362 (Pacemaker-2.1.4) - Update to version 2.1.3+20220608.d7fce3868: - libstonithd: pull exit reason directly from history replies - fencer: assume unknown status from older fencers' history replies - resources: add SystemHealth parameter to its meta-data - resources: remove no-longer-relevant DTD reference from meta-data - resources: typo in HealthSMART meta-data - Update to version 2.1.3+20220603.ea9bebf6c (Pacemaker-2.1.4-rc1): - fencer: avoid use-after-free with self-fencing and topology - fencer: get target-by-attribute working again - libcrmcommon: fix a wrong separator in the .warning CSS declaration - fencer: avoid memory leaks when processing topology requests - Fix print spec for unsigned int count - fencing: delegate shouldn't matter when checking equivalent fencing - Update to version 2.1.3+20220601.da2fd79c8 (Pacemaker-2.1.3) OBS-URL: https://build.opensuse.org/request/show/984319 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=363
This commit is contained in:
parent
0613c0bb4d
commit
c90c76fc7a
6
_service
6
_service
@ -8,10 +8,10 @@
|
||||
To update to a new release, change "revision" to the desired
|
||||
git commit hash and bump "version" if necessary
|
||||
|
||||
<param name="version">2.1.2</param>
|
||||
<param name="version">2.1.4</param>
|
||||
-->
|
||||
<param name="versionformat">2.1.2+%cd.%h</param>
|
||||
<param name="revision">b387f8972</param>
|
||||
<param name="versionformat">2.1.4+%cd.%h</param>
|
||||
<param name="revision">Pacemaker-2.1.4</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ClusterLabs/pacemaker.git</param>
|
||||
<param name="changesrevision">761f125623a4e46b827bc07013fdf930b08aa802</param></service></servicedata>
|
||||
<param name="changesrevision">dc6eb4362e67c1497a413434eba097063bf1ef83</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a6933d37a40c1868bc60417420e48312006e64d13b6aa184fd923d446330e05
|
||||
size 3557352
|
3
pacemaker-2.1.4+20220615.dc6eb4362.tar.xz
Normal file
3
pacemaker-2.1.4+20220615.dc6eb4362.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f41b05896270d8c8c868fd35c29b78f8e26f91f56d8a4140f20dd20f6e8f251
|
||||
size 3557796
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 13:20:12 UTC 2022 - Yan Gao <ygao@suse.com>
|
||||
|
||||
- Update to version 2.1.4+20220615.dc6eb4362 (Pacemaker-2.1.4)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 09 17:12:47 UTC 2022 - Yan Gao <ygao@suse.com>
|
||||
|
||||
- Update to version 2.1.3+20220608.d7fce3868:
|
||||
- libstonithd: pull exit reason directly from history replies
|
||||
- fencer: assume unknown status from older fencers' history replies
|
||||
- resources: add SystemHealth parameter to its meta-data
|
||||
- resources: remove no-longer-relevant DTD reference from meta-data
|
||||
- resources: typo in HealthSMART meta-data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 07 10:45:08 UTC 2022 - Yan Gao <ygao@suse.com>
|
||||
|
||||
- Update to version 2.1.3+20220603.ea9bebf6c (Pacemaker-2.1.4-rc1):
|
||||
- fencer: avoid use-after-free with self-fencing and topology
|
||||
- fencer: get target-by-attribute working again
|
||||
- libcrmcommon: fix a wrong separator in the .warning CSS declaration
|
||||
- fencer: avoid memory leaks when processing topology requests
|
||||
- Fix print spec for unsigned int count
|
||||
- fencing: delegate shouldn't matter when checking equivalent fencing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 02 07:38:49 UTC 2022 - Yan Gao <ygao@suse.com>
|
||||
|
||||
- Update to version 2.1.3+20220601.da2fd79c8 (Pacemaker-2.1.3)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 19:24:22 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -104,7 +104,7 @@
|
||||
%define with_regression_tests 0
|
||||
|
||||
Name: pacemaker
|
||||
Version: 2.1.2+20220526.b387f8972
|
||||
Version: 2.1.4+20220615.dc6eb4362
|
||||
Release: 0
|
||||
Summary: Scalable High-Availability cluster resource manager
|
||||
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
||||
|
Loading…
Reference in New Issue
Block a user