From c0a63edb2b3f09037bd8bacb496d6b6e36949c5f8f764e2ff261720d683fb6f8 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Fri, 13 Oct 2017 13:52:10 +0000 Subject: [PATCH] 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 --- _service | 2 +- pacemaker-1.1.17+20170926.4328c6a65.tar.bz2 | 3 -- pacemaker-1.1.17+20171011.27b631162.tar.bz2 | 3 ++ pacemaker.changes | 41 +++++++++++++++++++++ pacemaker.spec | 6 +-- 5 files changed, 48 insertions(+), 7 deletions(-) delete mode 100644 pacemaker-1.1.17+20170926.4328c6a65.tar.bz2 create mode 100644 pacemaker-1.1.17+20171011.27b631162.tar.bz2 diff --git a/_service b/_service index ebdd5b9..547b079 100644 --- a/_service +++ b/_service @@ -11,7 +11,7 @@ 1.1.17 --> 1.1.17+git%cd.%h - 4328c6a65424d1caf9785107664ec1b7fc824664 + 27b631162104d90e944cbc107c2d46e983f94ca7 diff --git a/pacemaker-1.1.17+20170926.4328c6a65.tar.bz2 b/pacemaker-1.1.17+20170926.4328c6a65.tar.bz2 deleted file mode 100644 index 76db137..0000000 --- a/pacemaker-1.1.17+20170926.4328c6a65.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c54df7658e8ea8582a6fd1a06838df5377e6029380fadb4663cca400d14b8a -size 4221592 diff --git a/pacemaker-1.1.17+20171011.27b631162.tar.bz2 b/pacemaker-1.1.17+20171011.27b631162.tar.bz2 new file mode 100644 index 0000000..9237046 --- /dev/null +++ b/pacemaker-1.1.17+20171011.27b631162.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12597492d4d1581ccc5c4ef7d8c34497be2c7f20de8c03441de563201760b13 +size 4228740 diff --git a/pacemaker.changes b/pacemaker.changes index ffa39b2..592689b 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -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 diff --git a/pacemaker.spec b/pacemaker.spec index 42cf56f..b9e3315 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -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