rpms/libmlx4/devel libmlx4.spec,1.7,1.8

Doug Ledford dledford at fedoraproject.org
Mon Jan 11 18:58:37 UTC 2010


Author: dledford

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

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



Index: libmlx4.spec
===================================================================
RCS file: /cvs/extras/rpms/libmlx4/devel/libmlx4.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libmlx4.spec	5 Dec 2009 19:02:41 -0000	1.7
+++ libmlx4.spec	11 Jan 2010 18:58:37 -0000	1.8
@@ -1,6 +1,6 @@
 Name: libmlx4
 Version: 1.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Mellanox ConnectX InfiniBand HCA Userspace Driver
 Provides: libibverbs-driver
 Group: System Environment/Libraries
@@ -21,6 +21,7 @@ BuildRequires: libibverbs-devel >= 1.1.3
 %ifnarch ia64
 BuildRequires: valgrind-devel
 %endif
+ExcludeArch: s390 s390x
 
 %description
 libmlx4 provides a device-specific userspace driver for Mellanox
@@ -79,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmlx4.a
 
 %changelog
+* Mon Jan 11 2010 Doug Ledford <dledford at redhat.com> - 1.0.1-4
+- 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.1-3
 - 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