This commit is contained in:
parent
d174672082
commit
0c5532c1f9
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 28 18:57:45 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
- Update source tarball to revision: 8415675fe428
|
||||
+ High: Core: Only call xmlCleanupParser() if we parsed anything. Doing so unconditionally seems to cause a segfault
|
||||
+ High: hb2openais.sh: improve pingd handling; several bugs fixed
|
||||
+ High: hb2openais: fix clone creation; replace EVMS strings
|
||||
+ High: stonithd: fix handling of timeouts
|
||||
+ High: stonithd: fix logic for stonith resource priorities
|
||||
+ High: stonithd: initialize value before reading fence-timeout
|
||||
+ Medium: PE: Remove new options that are better set in rsc_defaults
|
||||
+ Medium: PE: Detect clients that disconnect before receiving their reply
|
||||
+ Medium: PE: ptest - check the input is valid before proceeding
|
||||
+ Medium: crmd: Hook up the stonith-timeout option to stonithd
|
||||
+ Medium: crmd: Prevent potential use-of-NULL in global_timer_callback
|
||||
+ Medium: crmd: Rationalize the logging of graph aborts
|
||||
+ Medium: xml: pacemaker-0.7 should be an alias for the 1.0 schema
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 11:08:19 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
Name: pacemaker
|
||||
Summary: The Pacemaker scalable High-Availability cluster resource manager
|
||||
Version: 0.7.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Url: http://www.clusterlabs.org
|
||||
Group: Productivity/Clustering/HA
|
||||
@ -238,8 +238,6 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
||||
%{_datadir}/pacemaker
|
||||
#%{_datadir}/heartbeat
|
||||
%{_libdir}/heartbeat/*
|
||||
%exclude %{_libdir}/heartbeat/crm_utils.py
|
||||
%exclude %{_libdir}/heartbeat/crm_commands.py
|
||||
%{_sbindir}/cibadmin
|
||||
%{_sbindir}/crm_attribute
|
||||
%{_sbindir}/crm_diff
|
||||
@ -289,6 +287,21 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Sun Sep 28 2008 abeekhof@suse.de
|
||||
- Update source tarball to revision: 8415675fe428
|
||||
+ High: Core: Only call xmlCleanupParser() if we parsed anything. Doing so unconditionally seems to cause a segfault
|
||||
+ High: hb2openais.sh: improve pingd handling; several bugs fixed
|
||||
+ High: hb2openais: fix clone creation; replace EVMS strings
|
||||
+ High: stonithd: fix handling of timeouts
|
||||
+ High: stonithd: fix logic for stonith resource priorities
|
||||
+ High: stonithd: initialize value before reading fence-timeout
|
||||
+ Medium: PE: Remove new options that are better set in rsc_defaults
|
||||
+ Medium: PE: Detect clients that disconnect before receiving their reply
|
||||
+ Medium: PE: ptest - check the input is valid before proceeding
|
||||
+ Medium: crmd: Hook up the stonith-timeout option to stonithd
|
||||
+ Medium: crmd: Prevent potential use-of-NULL in global_timer_callback
|
||||
+ Medium: crmd: Rationalize the logging of graph aborts
|
||||
+ Medium: xml: pacemaker-0.7 should be an alias for the 1.0 schema
|
||||
* Mon Sep 15 2008 abeekhof@suse.de
|
||||
- Create a libpacemaker subpackage
|
||||
* Thu Sep 11 2008 abeekhof@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa446bdbd9014dacb3d41947a7ea1d30a7a9ddc5f071d4bdf85c8e7a6b9d7157
|
||||
size 1197953
|
||||
oid sha256:b644ef97a4f9aec26faea9de09bfc163cb1cb538af6c0e8448d1fb177ae8c45a
|
||||
size 1820971
|
||||
|
Loading…
x
Reference in New Issue
Block a user