This commit is contained in:
parent
9091d67c4d
commit
516570be85
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 14 08:10:28 CEST 2008 - abeekhof@suse.de
|
||||||
|
|
||||||
|
- Add heartbeat-common as a runtime dependancy
|
||||||
|
This ensures the clustering user/group is installed and directories
|
||||||
|
iare created with the right permissions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 13 11:58:59 CEST 2008 - abeekhof@suse.de
|
Mon Oct 13 11:58:59 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: 2
|
Release: 3
|
||||||
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
|
||||||
@ -44,6 +44,9 @@ Source: pacemaker.tar.gz
|
|||||||
Source100: pacemaker.rpmlintrc
|
Source100: pacemaker.rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
Conflicts: heartbeat < 2.99
|
||||||
|
Requires: heartbeat-common
|
||||||
|
BuildRequires: e2fsprogs-devel glib2-devel gnutls-devel libheartbeat-devel libxml2-devel libxslt-devel ncurses-devel pam-devel python-devel swig
|
||||||
%if %with_ais_support
|
%if %with_ais_support
|
||||||
BuildRequires: libopenais-devel
|
BuildRequires: libopenais-devel
|
||||||
Requires: openais
|
Requires: openais
|
||||||
@ -52,8 +55,6 @@ Requires: openais
|
|||||||
BuildRequires: heartbeat-devel
|
BuildRequires: heartbeat-devel
|
||||||
Requires: heartbeat
|
Requires: heartbeat
|
||||||
%endif
|
%endif
|
||||||
Conflicts: heartbeat < 2.99
|
|
||||||
BuildRequires: e2fsprogs-devel glib2-devel gnutls-devel libheartbeat-devel libxml2-devel libxslt-devel ncurses-devel pam-devel python-devel swig
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%if 0%{?suse_version} == 930
|
%if 0%{?suse_version} == 930
|
||||||
BuildRequires: rpm-devel
|
BuildRequires: rpm-devel
|
||||||
@ -283,6 +284,10 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 14 2008 abeekhof@suse.de
|
||||||
|
- Add heartbeat-common as a runtime dependancy
|
||||||
|
This ensures the clustering user/group is installed and directories
|
||||||
|
iare created with the right permissions
|
||||||
* Mon Oct 13 2008 abeekhof@suse.de
|
* Mon Oct 13 2008 abeekhof@suse.de
|
||||||
- Add openais as a hard dependancy
|
- Add openais as a hard dependancy
|
||||||
* Thu Oct 09 2008 abeekhof@suse.de
|
* Thu Oct 09 2008 abeekhof@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user