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

- crm_mon: error-exit child if execl should return
- crmd: avoid memory leak when caching meta-data
- tools: ensure crm_resource data set is initialized
- libcib: ensure xpath result isn't empty
- tools: missing break statement in attrd_updater
- libcrmcommon: check sscanf() result when parsing schema version
- tools: check sscanf return value when parsing failed op list
- tools: treat bundles with replicas like clones when restarting
- tools: allow crm_resource to be called without arguments
- tools: update regression test for recent message changes
- tools: improve crm_resource --show-metadata error messages (CLBZ#5287)
- libcrmcommon: add functions for using agent specifications
- tools: improve crm_resource help (CLBZ#5251, bsc#950128)
- libcrmcommon: improve cluster option parsing
- Upstream version cs: 27b631162104d90e944cbc107c2d46e983f94ca7

- spec: Disable deprecated crm_mon SNMP/ESMTP support (configure alerts instead)

- pengine: add tests for no-quorum-policy=suicide
- libpe_status: properly detect when nodes should suicide
- libpe_status: always log startup-fencing value
- libpe_status: generalize ability to log warning only once
- pengine: reset loss-policy from fence to stop if no fencing
- pengine: avoid use-of-NULL when unpacking tickets
- tools: ensure crm_resource works if no command is specified
- libpe_status: validate no-quorum-policy=suicide correctly
- tools: use-after-free in crm_diff
- RA: ClusterMon - Correctly handle "update" parameter
- attrd: "peer peer loss" -> "peer loss"
- Tools:Refactored Crm_resource to have proper assignments for require_*

OBS-URL: https://build.opensuse.org/request/show/533947
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=275
This commit is contained in:
Yan Gao 2017-10-13 13:52:10 +00:00 committed by Git OBS Bridge
parent f92e6d1c91
commit c0a63edb2b
5 changed files with 48 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<param name="version">1.1.17</param>
-->
<param name="versionformat">1.1.17+git%cd.%h</param>
<param name="revision">4328c6a65424d1caf9785107664ec1b7fc824664</param>
<param name="revision">27b631162104d90e944cbc107c2d46e983f94ca7</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Fri Oct 13 12:13:50 UTC 2017 - ygao@suse.com
- crm_mon: error-exit child if execl should return
- crmd: avoid memory leak when caching meta-data
- tools: ensure crm_resource data set is initialized
- libcib: ensure xpath result isn't empty
- tools: missing break statement in attrd_updater
- libcrmcommon: check sscanf() result when parsing schema version
- tools: check sscanf return value when parsing failed op list
- tools: treat bundles with replicas like clones when restarting
- tools: allow crm_resource to be called without arguments
- tools: update regression test for recent message changes
- tools: improve crm_resource --show-metadata error messages (CLBZ#5287)
- libcrmcommon: add functions for using agent specifications
- tools: improve crm_resource help (CLBZ#5251, bsc#950128)
- libcrmcommon: improve cluster option parsing
- Upstream version cs: 27b631162104d90e944cbc107c2d46e983f94ca7
-------------------------------------------------------------------
Fri Oct 6 14:25:23 UTC 2017 - ygao@suse.com
- spec: Disable deprecated crm_mon SNMP/ESMTP support (configure alerts instead)
-------------------------------------------------------------------
Fri Oct 6 14:23:14 UTC 2017 - ygao@suse.com
- pengine: add tests for no-quorum-policy=suicide
- libpe_status: properly detect when nodes should suicide
- libpe_status: always log startup-fencing value
- libpe_status: generalize ability to log warning only once
- pengine: reset loss-policy from fence to stop if no fencing
- pengine: avoid use-of-NULL when unpacking tickets
- tools: ensure crm_resource works if no command is specified
- libpe_status: validate no-quorum-policy=suicide correctly
- tools: use-after-free in crm_diff
- RA: ClusterMon - Correctly handle "update" parameter
- attrd: "peer peer loss" -> "peer loss"
- Tools:Refactored Crm_resource to have proper assignments for require_*
- Upstream version cs: c4a09cfec99570a2509831f4b8974457dcdb1af6
-------------------------------------------------------------------
Fri Sep 29 11:56:01 UTC 2017 - ygao@suse.com

View File

@ -25,14 +25,14 @@
## Where to install Pacemaker documentation
%global pcmk_docdir %{_docdir}/%{name}
%global commit 1.1.17+20170926.4328c6a65
%global commit 1.1.17+20171011.27b631162
## Corosync version
%define cs_version 2
%define with_nagios 1
%define with_snmp 1
%define with_esmtp 1
%define with_snmp 0
%define with_esmtp 0
%define with_cibsecrets 1
%define enable_lib_cluster_pkg 0
%define enable_fatal_warnings 0