aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2008-04-18 15:30:00 -0700
committerRoland Dreier <rolandd@cisco.com>2008-04-18 15:30:00 -0700
commit39b95264092ba502888e4da22a627d90fd39ed5d (patch)
tree9c2ae249b1a190721e9736f42fd51782578d4cfd
parent17141c73b24a28312326a2dcb20e61035c6d2354 (diff)
downloadlibibverbs-39b95264092ba502888e4da22a627d90fd39ed5d.tar.gz
Add RPM dependency on base package to -devel package
This fixes the rpmlint warning libibverbs-devel.x86_64: W: no-dependency-on libibverbs Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--libibverbs.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index b396369..34c5063 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -24,6 +24,7 @@ also be installed.
%package devel
Summary: Development files for the libibverbs library
Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
%description devel
Header files for the libibverbs library.
@@ -86,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Apr 16 2008 Roland Dreier <rdreier@cisco.com> - 1.1.1-2
- Update description to mention RDMA and iWARP, not just InfiniBand
+- Add "Requires" tag for libibverbs base package to -devel
* Fri Jun 15 2007 Roland Dreier <rdreier@cisco.com> - 1.1.1-1
- New upstream release