From 36b94e60694639d00b903cd69572532ae876d71a490bf79245fa480bc6b5cf42 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Thu, 26 Apr 2018 08:29:13 +0000 Subject: [PATCH] - Add umad-Do-not-check-for-umad-sysfs-files-in-umad_init.patch to fix umad/ibstat support on RoCE hardware (bsc#1088441). OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=86 --- rdma-core.changes | 6 ++++++ rdma-core.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/rdma-core.changes b/rdma-core.changes index 083b200..6e7b3ae 100644 --- a/rdma-core.changes +++ b/rdma-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 26 08:27:29 UTC 2018 - nmoreychaisemartin@suse.com + +- Add umad-Do-not-check-for-umad-sysfs-files-in-umad_init.patch to fix + umad/ibstat support on RoCE hardware (bsc#1088441). + ------------------------------------------------------------------- Wed Mar 21 09:38:52 UTC 2018 - nmoreychaisemartin@suse.com diff --git a/rdma-core.spec b/rdma-core.spec index b5dd3e6..c1b5e4b 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -49,6 +49,7 @@ Url: https://github.com/linux-rdma/rdma-core Source: rdma-core-%{version}%{git_ver}.tar.gz Source1: baselibs.conf Patch0: Remove-the-obsolete-libibcm-library.patch +Patch1: umad-Do-not-check-for-umad-sysfs-files-in-umad_init.patch BuildRequires: binutils BuildRequires: cmake >= 2.8.11 BuildRequires: gcc @@ -315,6 +316,7 @@ on those changes. %prep %setup -q -n %{name}-%{version}%{git_ver} %patch0 +%patch1 %build