- 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
This commit is contained in:
Nicolas Morey-Chaisemartin 2018-04-26 08:29:13 +00:00 committed by Git OBS Bridge
parent f46f362d09
commit 36b94e6069
2 changed files with 8 additions and 0 deletions

View File

@ -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 Wed Mar 21 09:38:52 UTC 2018 - nmoreychaisemartin@suse.com

View File

@ -49,6 +49,7 @@ Url: https://github.com/linux-rdma/rdma-core
Source: rdma-core-%{version}%{git_ver}.tar.gz Source: rdma-core-%{version}%{git_ver}.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
Patch0: Remove-the-obsolete-libibcm-library.patch Patch0: Remove-the-obsolete-libibcm-library.patch
Patch1: umad-Do-not-check-for-umad-sysfs-files-in-umad_init.patch
BuildRequires: binutils BuildRequires: binutils
BuildRequires: cmake >= 2.8.11 BuildRequires: cmake >= 2.8.11
BuildRequires: gcc BuildRequires: gcc
@ -315,6 +316,7 @@ on those changes.
%prep %prep
%setup -q -n %{name}-%{version}%{git_ver} %setup -q -n %{name}-%{version}%{git_ver}
%patch0 %patch0
%patch1
%build %build