[libmthca] Update to latest upstream Play provide games to allow a new libibverbs build to complete

Doug Ledford dledford at fedoraproject.org
Wed Jul 20 16:04:13 UTC 2011


commit 5c0bf869d25e018f5f29bf1d807590c814e3b270
Author: Doug Ledford <dledford at redhat.com>
Date:   Wed Jul 20 12:03:52 2011 -0400

    Update to latest upstream
    Play provide games to allow a new libibverbs build to complete
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 .gitignore                                         |    1 +
 ...Fix-race-between-create-QP-and-destroy-QP.patch |  125 --------------------
 ...emove-empty-stubs-for-detach-attach_mcast.patch |   64 ----------
 ...tion-prototypes-to-match-libibverbs-enum-.patch |  101 ----------------
 ...p-MAP_ANONYMOUS-to-allocate-queue-buffers.patch |   78 ------------
 libmthca.spec                                      |   22 ++--
 sources                                            |    2 +-
 7 files changed, 12 insertions(+), 381 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78683a5..c75b73f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libmthca-1.0.5.tar.gz
+libmthca-1.0.6.tar.gz
diff --git a/libmthca.spec b/libmthca.spec
index 1a2f3a7..d1a0651 100644
--- a/libmthca.spec
+++ b/libmthca.spec
@@ -1,20 +1,16 @@
 Name: libmthca
-Version: 1.0.5
-Release: 9%{?dist}
+Version: 1.0.6
+Release: 1%{?dist}
 Summary: Mellanox InfiniBand HCA Userspace Driver
-Provides: libibverbs-driver
+Provides: libibverbs-driver, libibverbs-driver.{_arch}
 Group: System Environment/Libraries
 License: GPLv2 or BSD
 Url: http://openfabrics.org/
 Source: http://openfabrics.org/downloads/mthca/%{name}-%{version}.tar.gz
-Patch0: libmthca-Fix-race-between-create-QP-and-destroy-QP.patch
-Patch1: libmthca-Remove-empty-stubs-for-detach-attach_mcast.patch
-Patch2: libmthca-Use-mmap-MAP_ANONYMOUS-to-allocate-queue-buffers.patch
-Patch3: libmthca-Update-function-prototypes-to-match-libibverbs-enum-.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Provides: %{name}-devel = %{version}-%{release}
 ExcludeArch: s390 s390x
-BuildRequires: libibverbs-devel >= 1.1.3
+BuildRequires: libibverbs-devel >= 1.1.5
 %ifnarch ia64
 BuildRequires: valgrind-devel
 %endif
@@ -37,10 +33,6 @@ application, which may be useful for debugging.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %ifnarch ia64
@@ -70,6 +62,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmthca.a
 
 %changelog
+* 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
+  pseudoprovide until libibverbs can be rebuilt without needing the
+  old provide
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index ee4acb2..7a18679 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a79ab3246c79c7e2f63cee5abc480f5e  libmthca-1.0.5.tar.gz
+893b38bc498ca47ca094e48358aae507  libmthca-1.0.6.tar.gz


More information about the scm-commits mailing list