forked from pool/ocfs2-tools
Don't Require ocfs2-kmp on openSUSE 11.2+ (no separate package for this)
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=12
This commit is contained in:
parent
9466032c50
commit
7cddc44e1f
@ -22,7 +22,7 @@ Name: ocfs2-tools
|
||||
BuildRequires: e2fsprogs-devel glib2-devel libcorosync-devel libdlm-devel libopenais-devel libpacemaker-devel libxml2-devel libxslt-devel python-devel python-gtk-devel readline-devel update-desktop-files
|
||||
Summary: Oracle Cluster File System 2 Core Tools
|
||||
Version: 1.4.3
|
||||
Release: 0
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/Filesystems
|
||||
Source: ocfs2-tools.tar.bz2
|
||||
@ -77,7 +77,11 @@ Requires: net-tools, modutils, e2fsprogs, /sbin/chkconfig, glib2 >= 2.2.3
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
AutoReqProv: on
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: libdlm ocfs2-kmp openais
|
||||
Requires: libdlm openais
|
||||
%if %suse_version < 1120
|
||||
# There's no separate kmp for openSUSE 11.2
|
||||
ocfs2-kmp
|
||||
%endif
|
||||
|
||||
%description
|
||||
OCFS is the Oracle Cluster File System.
|
||||
|
Loading…
Reference in New Issue
Block a user