Accepting request 588117 from home:yan_gao:branches:network:ha-clustering:Factory:Test

- Update to version 1.1.18+20180313.2c83c6872:
- cts-pengine: add regression test for changing bundle replica count
- libpe_status: handle unique bundle children correctly

- Update to version 1.1.18+20180312.31c732adc:
- spec: make shadow dependency explicit
- spec: drop requirements for bison and flex

- Update to version 1.1.18+20180309.e51687162:
- crmd,liblrmd,libcrmcommon: improve remote node disconnection logs
- libcrmcommon: add function to get text equivalent of client type
- crmd: always write faked failures to CIB whenever possible
- liblrmd: add function to create resource info structure
- crmd: functionize setting fake operation status
- crmd: always assert when operation can't be created
- crmd: avoid core dump if remote connection doesn't exist
- crmd: improve lrmd failure handling
- crmd: return rich error codes from get_lrm_resource()
- crmd: match only executed down events
- crmd: functionize pieces of do_lrm_invoke()
- crmd: don't abort for v2 diff LRM refresh if actions pending
- crmd: validate CIB diffs better

- Update to version 1.1.18+20180305.9cd0f6cb8:
- libcrmcommon: avoid memory leak when schema transform not found
- tools: warn if crm_resource --wait called in mixed-version cluster
- Install /etc/pacemaker directory for storing authkey file (bsc#1082883)

- Update to version 1.1.18+20180226.f788652cf:
- crmd: log transition ID when aborting

OBS-URL: https://build.opensuse.org/request/show/588117
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=301
This commit is contained in:
Yan Gao 2018-03-17 08:57:27 +00:00 committed by Git OBS Bridge
parent 1e5709750c
commit 6354cec894
5 changed files with 60 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
<param name="changesrevision">ae50b7f5dc35c19f7cbddd165291b3aaac30da8c</param>
<param name="changesrevision">63b842c8e951c5e7efa6ccfed393c23eae850b19</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7aa12e462b2406cb1e8124ea613c4815e8cde306585649b168d97064e7ebbe27
size 3234552

View File

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

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Tue Mar 13 18:53:03 UTC 2018 - ygao@suse.com
- Update to version 1.1.18+20180313.2c83c6872:
- cts-pengine: add regression test for changing bundle replica count
- libpe_status: handle unique bundle children correctly
-------------------------------------------------------------------
Tue Mar 13 00:46:45 UTC 2018 - ygao@suse.com
- Update to version 1.1.18+20180312.31c732adc:
- spec: make shadow dependency explicit
- spec: drop requirements for bison and flex
-------------------------------------------------------------------
Sat Mar 10 18:37:13 UTC 2018 - ygao@suse.com
- Update to version 1.1.18+20180309.e51687162:
- crmd,liblrmd,libcrmcommon: improve remote node disconnection logs
- libcrmcommon: add function to get text equivalent of client type
- crmd: always write faked failures to CIB whenever possible
- liblrmd: add function to create resource info structure
- crmd: functionize setting fake operation status
- crmd: always assert when operation can't be created
- crmd: avoid core dump if remote connection doesn't exist
- crmd: improve lrmd failure handling
- crmd: return rich error codes from get_lrm_resource()
- crmd: match only executed down events
- crmd: functionize pieces of do_lrm_invoke()
- crmd: don't abort for v2 diff LRM refresh if actions pending
- crmd: validate CIB diffs better
-------------------------------------------------------------------
Wed Mar 7 13:06:04 UTC 2018 - ygao@suse.com
- Update to version 1.1.18+20180305.9cd0f6cb8:
- libcrmcommon: avoid memory leak when schema transform not found
- tools: warn if crm_resource --wait called in mixed-version cluster
- Install /etc/pacemaker directory for storing authkey file (bsc#1082883)
-------------------------------------------------------------------
Wed Feb 28 13:57:19 UTC 2018 - ygao@suse.com
- Update to version 1.1.18+20180226.f788652cf:
- crmd: log transition ID when aborting
- crmd: always log unmatched down events at least at debug level
- pengine: deprecate require-all in rsc_order (fate#324508)
- libpe_status: deprecate stonith-action=poweroff (fate#324508)
- tools: already latest schema is not failure for cibadmin --upgrade
- libcrmcluster: prefer corosync name over ring0_addr (fate#324508)
- spec: add gcc to BuildRequires
- attrd: Synchronize attributes held only on own node.
-------------------------------------------------------------------
Fri Feb 23 04:28:37 UTC 2018 - ygao@suse.com

View File

@ -71,7 +71,7 @@
%endif
Name: pacemaker
Version: 1.1.18+20180216.ae50b7f5d
Version: 1.1.18+20180313.2c83c6872
Release: 0
Summary: Scalable High-Availability cluster resource manager
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
@ -96,11 +96,10 @@ Patch10: pacemaker-cts-StartCmd.patch
# Required for core functionality
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
BuildRequires: coreutils
BuildRequires: fdupes
BuildRequires: findutils
BuildRequires: flex
BuildRequires: gcc
BuildRequires: grep
BuildRequires: help2man
BuildRequires: libtool
@ -201,6 +200,7 @@ be part of the cluster.
%package -n libpacemaker3
Summary: Core Pacemaker libraries
Group: Productivity/Clustering/HA
Requires: shadow
%description -n libpacemaker3
Pacemaker is an advanced, scalable High-Availability cluster resource