This commit is contained in:
parent
0c5532c1f9
commit
0afd8754eb
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 12:20:08 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
- Update source tarball to revision: 9a6c6d1dd871 (1.0.0)
|
||||
+ High: Core: Allow the expected number of quorum votes to be configrable
|
||||
+ High: Tools: Make pingd functional on Linux
|
||||
+ Medium: crmd: Avoid calling GHashTable functions with NULL
|
||||
+ Medium: tools: crm_resource - return with non-zero when a resource migration command is invalid
|
||||
+ Medium: tools: crm_shadow - Allow the admin to start with an empty CIB (and no cluster connection)
|
||||
+ Medium: PE: Use the correct attribute for action 'requires' (was prereq)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 28 18:57:45 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pacemaker (Version 0.7.2)
|
||||
# spec file for package pacemaker (Version 1.0.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -35,8 +35,8 @@
|
||||
|
||||
Name: pacemaker
|
||||
Summary: The Pacemaker scalable High-Availability cluster resource manager
|
||||
Version: 0.7.2
|
||||
Release: 3
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Url: http://www.clusterlabs.org
|
||||
Group: Productivity/Clustering/HA
|
||||
@ -287,6 +287,14 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Thu Oct 09 2008 abeekhof@suse.de
|
||||
- Update source tarball to revision: 9a6c6d1dd871 (1.0.0)
|
||||
+ High: Core: Allow the expected number of quorum votes to be configrable
|
||||
+ High: Tools: Make pingd functional on Linux
|
||||
+ Medium: crmd: Avoid calling GHashTable functions with NULL
|
||||
+ Medium: tools: crm_resource - return with non-zero when a resource migration command is invalid
|
||||
+ Medium: tools: crm_shadow - Allow the admin to start with an empty CIB (and no cluster connection)
|
||||
+ Medium: PE: Use the correct attribute for action 'requires' (was prereq)
|
||||
* 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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b644ef97a4f9aec26faea9de09bfc163cb1cb538af6c0e8448d1fb177ae8c45a
|
||||
size 1820971
|
||||
oid sha256:acc608214baedc0aeb1c797d1e7f7ea9694e60ca9e94b51da7dc725a1acb99db
|
||||
size 1827700
|
||||
|
Loading…
Reference in New Issue
Block a user