rpms/libmthca/devel libmthca.spec,1.15,1.16

Doug Ledford dledford at fedoraproject.org
Mon Jan 11 18:50:34 UTC 2010


Author: dledford

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

Modified Files:
	libmthca.spec 
Log Message:
* Mon Jan 11 2010 Doug Ledford <dledford at redhat.com> - 1.0.5-7
- Don't try to build on s390(x) as the hardware doesn't exist there



Index: libmthca.spec
===================================================================
RCS file: /cvs/extras/rpms/libmthca/devel/libmthca.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- libmthca.spec	5 Dec 2009 18:56:44 -0000	1.15
+++ libmthca.spec	11 Jan 2010 18:50:33 -0000	1.16
@@ -1,6 +1,6 @@
 Name: libmthca
 Version: 1.0.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Mellanox InfiniBand HCA Userspace Driver
 Provides: libibverbs-driver
 Group: System Environment/Libraries
@@ -13,6 +13,7 @@ Patch2: libmthca-Use-mmap-MAP_ANONYMOUS-
 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
 %ifnarch ia64
 BuildRequires: valgrind-devel
@@ -69,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmthca.a
 
 %changelog
+* Mon Jan 11 2010 Doug Ledford <dledford at redhat.com> - 1.0.5-7
+- Don't try to build on s390(x) as the hardware doesn't exist there
+
 * Sat Dec 05 2009 Doug Ledford <dledford at redhat.com> - 1.0.5-6
 - Tweak the provides and obsoletes a little bit to make sure we only pull in
   the -static package to replace past -devel-static packages, and not past



More information about the scm-commits mailing list