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.