de-fuzz libibverbs patch

With rpm version < 4.13, patch cmd will create .orig file for fuzzy
patch in default. And this .orig file may lead to rpmbuild failure
"error: Installed (but unpackaged) file(s) found:"

Please visit below link to get more detail info:
https://bugs.launchpad.net/starlingx/+bug/1794611

Story: 2003917
Task: 27507

Change-Id: Ie939eee27f07b5b8f0c18af8bfea52cc5c2d648e
Signed-off-by: slin14 <shuicheng.lin@intel.com>
This commit is contained in:
slin14 2018-10-17 20:54:54 +08:00
parent f6a30cfb93
commit 8054afd299

View File

@ -11,7 +11,7 @@ diff --git a/SPECS/libibverbs.spec b/SPECS/libibverbs.spec
index b8913c6..1e7b1eb 100644
--- a/SPECS/libibverbs.spec
+++ b/SPECS/libibverbs.spec
@@ -106,6 +106,7 @@ rm -rf $RPM_BUILD_ROOT
@@ -107,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{_with_valgrind}
%{_libdir}/mlnx_ofed/valgrind/lib*.so
%endif