]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Add BuildRequires for libibverbs 1.1 to RPM spec file
authorRoland Dreier <rdreier@cisco.com>
Wed, 20 Feb 2008 16:53:07 +0000 (08:53 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 20 Feb 2008 16:53:07 +0000 (08:53 -0800)
librdmacm can't build without libibverbs 1.1.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
librdmacm.spec.in

index cd49ea952425cd66669073e7d5ed6dd10c657d6e..87670824cf7dd81261326488c2afd2de546d577d 100644 (file)
@@ -11,6 +11,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.