[ofa-general] Add BuildRequires for libibverbs 1.1 to RPM spec file
Roland Dreier
rdreier at cisco.com
Tue Feb 19 20:27:35 PST 2008
librdmacm can't build without libibverbs 1.1.
Signed-off-by: Roland Dreier <rolandd at cisco.com>
---
And one more, from the Fedora review: https://bugzilla.redhat.com/show_bug.cgi?id=433418
librdmacm.spec.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/librdmacm.spec.in b/librdmacm.spec.in
index 3ff22a3..bc11167 100644
--- a/librdmacm.spec.in
+++ b/librdmacm.spec.in
@@ -9,6 +9,8 @@ Url: http://www.openfabrics.org/
Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: libibverbs-devel >= 1.1-1
+
%description
librdmacm provides a userspace RDMA Communication Managment API.
--
1.5.4.2
More information about the general
mailing list