Files
kernel/userspace/mellanox/libibverbs/centos/meta_patches/Add-build-dependency.patch
Jim Somerville 7464d73773 Upversion Mellanox driver to ver 5.0
Subversion 2.1.8.1

Includes the associated components, namely libibverbs
and rdma-core.

This involves refreshing the patches, and correcting
the travesty of patch file names not matching the
output of git format-patch.

Note that the Mellanox tarball was previously residing
in the tarball download list file in the integ repo, but
it really belongs in the list file here in the kernel
repo.  We also sort the list into alphabetical order,
which is the way it was initially set up.

Change-Id: Ifc996cbe6a6bf5110449c59388d255252d91bd50
Closes-Bug: 1887556
Depends-On: https://review.opendev.org/#/c/741705
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
2020-07-17 17:14:15 -04:00

29 lines
963 B
Diff

From 214e3e515699ae332b3345dc5630a276f19324bf Mon Sep 17 00:00:00 2001
Message-Id: <214e3e515699ae332b3345dc5630a276f19324bf.1594931089.git.Jim.Somerville@windriver.com>
From: Dahir Osman <dahir.osman@windriver.com>
Date: Tue, 14 Jun 2016 14:55:39 -0400
Subject: [PATCH 1/3] Add build dependency
To fix package complaining that libnl is not available
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
---
SPECS/libibverbs.spec | 1 +
1 file changed, 1 insertion(+)
diff --git a/SPECS/libibverbs.spec b/SPECS/libibverbs.spec
index 8b53e51..673516e 100644
--- a/SPECS/libibverbs.spec
+++ b/SPECS/libibverbs.spec
@@ -22,6 +22,7 @@ Source: http://openfabrics.org/downloads/verbs/libibverbs-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
+BuildRequires: libnl-devel
%if %{_with_valgrind}
BuildRequires: valgrind-devel
%endif
--
1.8.3.1