[libmthca] Fix a typo in last commit

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


commit eb2da025c6fd9a27ce3091e2afb1f926035bc44e
Author: Doug Ledford <dledford at redhat.com>
Date:   Wed Jul 20 12:10:47 2011 -0400

    Fix a typo in last commit
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 libmthca.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libmthca.spec b/libmthca.spec
index d1a0651..fc756bd 100644
--- a/libmthca.spec
+++ b/libmthca.spec
@@ -1,8 +1,8 @@
 Name: libmthca
 Version: 1.0.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Mellanox InfiniBand HCA Userspace Driver
-Provides: libibverbs-driver, libibverbs-driver.{_arch}
+Provides: libibverbs-driver, libibverbs-driver.%{_arch}
 Group: System Environment/Libraries
 License: GPLv2 or BSD
 Url: http://openfabrics.org/
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmthca.a
 
 %changelog
+* 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


More information about the scm-commits mailing list