[libmthca] Undo pseudoprovide shenanigans now that they've been worked around in libibverbs instead.

Doug Ledford dledford at fedoraproject.org
Wed Jul 20 16:33:10 UTC 2011


commit 15320edc1e2b8082e4024de193edefd83cd64969
Author: Doug Ledford <dledford at redhat.com>
Date:   Wed Jul 20 12:32:54 2011 -0400

    Undo pseudoprovide shenanigans now that they've been worked around
    in libibverbs instead.
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 libmthca.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/libmthca.spec b/libmthca.spec
index fc756bd..d57fe1e 100644
--- a/libmthca.spec
+++ b/libmthca.spec
@@ -1,8 +1,8 @@
 Name: libmthca
 Version: 1.0.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Mellanox InfiniBand HCA Userspace Driver
-Provides: libibverbs-driver, libibverbs-driver.%{_arch}
+Provides: libibverbs-driver.%{_arch}
 Group: System Environment/Libraries
 License: GPLv2 or BSD
 Url: http://openfabrics.org/
@@ -62,12 +62,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmthca.a
 
 %changelog
+* Wed Jul 20 2011 Doug Ledford <dledford at redhat.com> - 1.0.6-3
+- Undo pseudoprovide workaround as it's no longer needed due to
+  a change in the libibverbs requirements
+
 * Wed Jul 20 2011 Doug Ledford <dledford at redhat.com> - 1.0.6-2
 - Helps if you put the % in front of a macro :-/
 
 * Wed Jul 20 2011 Doug Ledford <dledford at redhat.com> - 1.0.6-1
 - Update to latest upstream version
-- Add psuedoprovide for libibverbs-driver.{_arch} while keeping old
+- Add pseudoprovide for libibverbs-driver.{_arch} while keeping old
   pseudoprovide until libibverbs can be rebuilt without needing the
   old provide
 


More information about the scm-commits mailing list