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