Accepting request 240143 from network:ha-clustering:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/240143 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=72
This commit is contained in:
commit
0b2bf05e93
2
_service
2
_service
@ -11,7 +11,7 @@
|
|||||||
<param name="version">1.1.11</param>
|
<param name="version">1.1.11</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">1.1.11+git%cd.%h</param>
|
<param name="versionformat">1.1.11+git%cd.%h</param>
|
||||||
<param name="revision">97629ded958f76652350569a54303b3cd25d1d7e</param>
|
<param name="revision">440da7f59ac4bed16a0289e33f04d2635b335c70</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb27e89681d36c92974e2d9594d7d3c84e7753db0102d26ed6c7853e18ab3ccb
|
|
||||||
size 9321002
|
|
3
pacemaker-1.1.11+git20140703.440da7f.tar.bz2
Normal file
3
pacemaker-1.1.11+git20140703.440da7f.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b190a27afc3c677845e40c4da95bdc260b66822159ed37b4bf5c34680323302b
|
||||||
|
size 9324783
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 3 05:41:16 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- attrd: Remove offline nodes from node cache for "peer-remove" requests (bnc#870771)
|
||||||
|
- membership: Prevent use-after-free in reap_crm_member() (bnc#870771)
|
||||||
|
- cluster: Remove unknown offline nodes with conflicting unames from node cache (bnc#870771)
|
||||||
|
- crmd: Remove state of unknown nodes with conflicting unames from CIB (bnc#870771)
|
||||||
|
- Upstream version cs: 440da7f59ac4bed16a0289e33f04d2635b335c70
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 1 08:03:50 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- extra: Add logrotate configuration file for /var/log/pacemaker.log (bnc#883567)
|
||||||
|
- PE: Correctly detect empty tags
|
||||||
|
- xml: Ensure realloc didn't fail
|
||||||
|
- crmd: Only write fence_averride if open() returns a positive file descriptor
|
||||||
|
- tools: Non-recurring memory leak
|
||||||
|
- PE: Potential use-of-NULL
|
||||||
|
- ipc: Buffer size cannot be negative
|
||||||
|
- xml: Prevent possible array underflow
|
||||||
|
- mcp: Let daemons know when they have been respawned by the mcp
|
||||||
|
- cts: fix RemoteBaremetal step2 move resource action failed issue
|
||||||
|
- PE: Correctly observe requires=nothing
|
||||||
|
- crmd: Remove unknown nodes with conflicting unames from CIB (bnc#883240)
|
||||||
|
- controld: Return OCF_ERR_INSTALLED instead of OCF_NOT_INSTALLED (bnc#883729)
|
||||||
|
- lrmd: Prevent OCF agents from logging to random files due to "value" of setenv() being NULL (bnc#883524)
|
||||||
|
- cts: fix shutdown pattern not found issue
|
||||||
|
- Fix: ignore SIGPIPE with gnutls is in use
|
||||||
|
- crmd: avoid double free caused by nested hash table removal
|
||||||
|
- crm_report: Correctly detect large files
|
||||||
|
- cib: cl#5222 - Prevent assert in xml_calculate_changes() on performing cib operations (bnc#881575)
|
||||||
|
- Upstream version cs: c3f1a7f8912f3d6d17497dd8af0b69fe0708b2b1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 13 03:16:29 UTC 2014 - ygao@suse.com
|
Fri Jun 13 03:16:29 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ Name: pacemaker
|
|||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 1.1.11+git20140613.97629de
|
Version: 1.1.11+git20140703.440da7f
|
||||||
Release: 0
|
Release: 0
|
||||||
#Release: %{pcmk_release}%{?dist}
|
#Release: %{pcmk_release}%{?dist}
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
@ -610,6 +610,7 @@ fi
|
|||||||
%exclude %{_datadir}/pacemaker/tests
|
%exclude %{_datadir}/pacemaker/tests
|
||||||
|
|
||||||
#%config(noreplace) %{_sysconfdir}/sysconfig/pacemaker
|
#%config(noreplace) %{_sysconfdir}/sysconfig/pacemaker
|
||||||
|
%config(noreplace) %{_sysconfdir}/logrotate.d/pacemaker
|
||||||
%{_sbindir}/pacemakerd
|
%{_sbindir}/pacemakerd
|
||||||
|
|
||||||
%if %{defined _unitdir}
|
%if %{defined _unitdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user