- Make ocfs2-kmp a Recommend instead of a Requires. This allows easier

building of packages which in turn depend on ocfs2-tools.

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=26
This commit is contained in:
Coly Li
2011-04-15 13:26:45 +00:00
committed by Git OBS Bridge
parent ffd693dcf7
commit d7bb8fe235
2 changed files with 10 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ PreReq: %insserv_prereq %fillup_prereq
AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libdlm openais
%if %suse_version < 1120
# There's no separate kmp for openSUSE 11.2
Recommends: ocfs2-kmp
%endif
%description
OCFS is the Oracle Cluster File System.