From d7bb8fe235cb3893ae5c0f5d61ea84bf648b1df5 Mon Sep 17 00:00:00 2001 From: Coly Li Date: Fri, 15 Apr 2011 13:26:45 +0000 Subject: [PATCH] - 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 --- ocfs2-tools.changes | 6 ++++++ ocfs2-tools.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ocfs2-tools.changes b/ocfs2-tools.changes index 547ce83..0454f81 100644 --- a/ocfs2-tools.changes +++ b/ocfs2-tools.changes @@ -21,6 +21,12 @@ Wed Oct 6 05:39:20 UTC 2010 - i@coly.li - update ocfs2-tools to 1.6.3 - remove gcc45-ftbfs-deb-565100.patch, the fix is in upstream now. +------------------------------------------------------------------- +Wed Jul 28 21:35:46 PDT 2010 - mfasheh@novell.com + +- Make ocfs2-kmp a Recommend instead of a Requires. This allows easier + building of packages which in turn depend on ocfs2-tools. + ------------------------------------------------------------------- Wed Jun 30 14:12:48 UTC 2010 - i@coly.li diff --git a/ocfs2-tools.spec b/ocfs2-tools.spec index 4af3f54..afc37d8 100644 --- a/ocfs2-tools.spec +++ b/ocfs2-tools.spec @@ -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.