rpms/libibverbs/devel libibverbs.spec,1.17,1.18

Doug Ledford dledford at fedoraproject.org
Fri Nov 6 16:44:56 UTC 2009


Author: dledford

Update of /cvs/extras/rpms/libibverbs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13631

Modified Files:
	libibverbs.spec 
Log Message:
* Fri Nov 06 2009 Doug Ledford <dledford at redhat.com> - 1.1.3-2
- Add Requires of -devel package to -devel-static package
- Add Requires of libibverbs-driver (this pulls in the various driver packages
  automatically when the libibverbs package is installed)



Index: libibverbs.spec
===================================================================
RCS file: /cvs/extras/rpms/libibverbs/devel/libibverbs.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- libibverbs.spec	29 Oct 2009 21:49:12 -0000	1.17
+++ libibverbs.spec	6 Nov 2009 16:44:55 -0000	1.18
@@ -1,6 +1,6 @@
 Name: libibverbs
 Version: 1.1.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
 
 Group: System Environment/Libraries
@@ -8,6 +8,7 @@ License: GPLv2 or BSD
 Url: http://openfabrics.org/
 Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.3.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Requires: libibverbs-driver
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -32,6 +33,7 @@ Header files for the libibverbs library.
 %package devel-static
 Summary: Static development files for the libibverbs library
 Group: System Environment/Libraries
+Requires: %{name}-devel = %{version}-%{release}
 
 %description devel-static
 Static libraries for the libibverbs library.
@@ -85,6 +87,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Fri Nov 06 2009 Doug Ledford <dledford at redhat.com> - 1.1.3-2
+- Add Requires of -devel package to -devel-static package
+- Add Requires of libibverbs-driver (this pulls in the various driver packages
+  automatically when the libibverbs package is installed)
+
 * Thu Oct 29 2009 Roland Dreier <rdreier at cisco.com> - 1.1.3-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list