This commit is contained in:
parent
0afd8754eb
commit
9091d67c4d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 11:58:59 CEST 2008 - abeekhof@suse.de
|
||||||
|
|
||||||
|
- Add openais as a hard dependancy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 9 12:20:08 CEST 2008 - abeekhof@suse.de
|
Thu Oct 9 12:20:08 CEST 2008 - abeekhof@suse.de
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
Name: pacemaker
|
Name: pacemaker
|
||||||
Summary: The Pacemaker scalable High-Availability cluster resource manager
|
Summary: The Pacemaker scalable High-Availability cluster resource manager
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
@ -46,15 +46,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
%if %with_ais_support
|
%if %with_ais_support
|
||||||
BuildRequires: libopenais-devel
|
BuildRequires: libopenais-devel
|
||||||
%if 0%{?suse_version} > 1000
|
Requires: openais
|
||||||
Supplements: openais
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
%if %with_heartbeat_support
|
%if %with_heartbeat_support
|
||||||
BuildRequires: heartbeat-devel
|
BuildRequires: heartbeat-devel
|
||||||
%if 0%{?suse_version} > 1000
|
Requires: heartbeat
|
||||||
Supplements: heartbeat
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
Conflicts: heartbeat < 2.99
|
Conflicts: heartbeat < 2.99
|
||||||
BuildRequires: e2fsprogs-devel glib2-devel gnutls-devel libheartbeat-devel libxml2-devel libxslt-devel ncurses-devel pam-devel python-devel swig
|
BuildRequires: e2fsprogs-devel glib2-devel gnutls-devel libheartbeat-devel libxml2-devel libxslt-devel ncurses-devel pam-devel python-devel swig
|
||||||
@ -287,6 +283,8 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 13 2008 abeekhof@suse.de
|
||||||
|
- Add openais as a hard dependancy
|
||||||
* Thu Oct 09 2008 abeekhof@suse.de
|
* Thu Oct 09 2008 abeekhof@suse.de
|
||||||
- Update source tarball to revision: 9a6c6d1dd871 (1.0.0)
|
- Update source tarball to revision: 9a6c6d1dd871 (1.0.0)
|
||||||
+ High: Core: Allow the expected number of quorum votes to be configrable
|
+ High: Core: Allow the expected number of quorum votes to be configrable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user