Accepting request 682416 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.0.1+20190304.1ac166cd3: - build: Update pkgconfig files for libpe. - libp-i: Add a pkgconfig file for libp-i. - libs: Rename libpengine to libpacemaker-internal. - tools: Add new validate options to crm_resource. - Add HealthIOWait provider which checks hosts's IOWait - tools: crm_resource --clear should print out what it does - Update to version 2.0.1+20190304.9e909a5bd (Pacemaker-2.0.1): - libcrmcommon: complete interrupted live migrations correctly - Update to version 2.0.0+20190225.22ee9a769: - scheduler: skip all native constraints for unmanaged resources - scheduler: sort nodes when creating constraints - Update to version 2.0.0+20190130.57cc9c14b: - CTS: really don't require nodes to be specified if listing tests (bsc#1114840) - controller: really avoid closing attrd IPC for temporary failures - controller: clear election dampening when DC is lost OBS-URL: https://build.opensuse.org/request/show/682416 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=320
This commit is contained in:
parent
6a20c06ab1
commit
31842683d4
8
_service
8
_service
@ -8,15 +8,15 @@
|
||||
To update to a new release, change "revision" to the desired
|
||||
git commit hash and bump "version" if necessary
|
||||
|
||||
<param name="version">2.0.0</param>
|
||||
<param name="version">2.0.1</param>
|
||||
-->
|
||||
<param name="versionformat">2.0.0+%cd.%h</param>
|
||||
<param name="revision">2.0</param>
|
||||
<param name="versionformat">2.0.1+%cd.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">pacemaker*.tar</param>
|
||||
<param name="file">*pacemaker*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
||||
<param name="changesrevision">5c80a96423e246b04cd7a05253d7be7e032d8527</param>
|
||||
<param name="changesrevision">1ac166cd3592a93fd984665b8167f87c6e46e312</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:394de18a7c75ad835b2c9e038c290b2528d65288912f1acbc92f9a6a8f7fae62
|
||||
size 3499964
|
3
pacemaker-2.0.1+20190304.1ac166cd3.tar.xz
Normal file
3
pacemaker-2.0.1+20190304.1ac166cd3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f0227fbf09c5274098507f9152e6f324bc61c602d59cbc1320a9531c81719ac
|
||||
size 3425776
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 16:34:53 UTC 2019 - Yan Gao <ygao@suse.com>
|
||||
|
||||
- Update to version 2.0.1+20190304.1ac166cd3:
|
||||
- build: Update pkgconfig files for libpe.
|
||||
- libp-i: Add a pkgconfig file for libp-i.
|
||||
- libs: Rename libpengine to libpacemaker-internal.
|
||||
- tools: Add new validate options to crm_resource.
|
||||
- Add HealthIOWait provider which checks hosts's IOWait
|
||||
- tools: crm_resource --clear should print out what it does
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 13:49:11 UTC 2019 - Yan Gao <ygao@suse.com>
|
||||
|
||||
- Update to version 2.0.1+20190304.9e909a5bd (Pacemaker-2.0.1):
|
||||
- libcrmcommon: complete interrupted live migrations correctly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 11:38:50 UTC 2019 - Yan Gao <ygao@suse.com>
|
||||
|
||||
- Update to version 2.0.0+20190225.22ee9a769:
|
||||
- scheduler: skip all native constraints for unmanaged resources
|
||||
- scheduler: sort nodes when creating constraints
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:07:34 UTC 2019 - ygao@suse.com
|
||||
|
||||
- Update to version 2.0.0+20190130.57cc9c14b:
|
||||
- CTS: really don't require nodes to be specified if listing tests (bsc#1114840)
|
||||
- controller: really avoid closing attrd IPC for temporary failures
|
||||
- controller: clear election dampening when DC is lost
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 10:24:10 UTC 2019 - ygao@suse.com
|
||||
|
||||
|
@ -74,7 +74,7 @@
|
||||
%endif
|
||||
|
||||
Name: pacemaker
|
||||
Version: 2.0.0+20190125.788ee2c49
|
||||
Version: 2.0.1+20190304.1ac166cd3
|
||||
Release: 0
|
||||
Summary: Scalable High-Availability cluster resource manager
|
||||
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
||||
@ -598,7 +598,7 @@ fi
|
||||
%{_libdir}/libcrmcommon.so.*
|
||||
%{_libdir}/libpe_status.so.*
|
||||
%{_libdir}/libpe_rules.so.*
|
||||
%{_libdir}/libpengine.so.*
|
||||
%{_libdir}/libpacemaker-internal.so.*
|
||||
%{_libdir}/libstonithd.so.*
|
||||
%{_libdir}/libtransitioner.so.*
|
||||
#%license licenses/LGPLv2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user