[mstflint] ExcludeArch: %%arm aarch64

Yaakov Selkowitz yselkowitz at fedoraproject.org
Tue Jul 8 05:25:22 UTC 2014


commit bb37b8e95be201e524e47b2172cdede16bbe092e
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Jul 8 00:23:45 2014 -0500

    ExcludeArch: %%arm aarch64
    
    This would need to be ported if actually useful on ARM platforms.

 mstflint.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mstflint.spec b/mstflint.spec
index 7cdb784..dcc9bf1 100644
--- a/mstflint.spec
+++ b/mstflint.spec
@@ -9,7 +9,7 @@ Patch0:		mstflint-3.0-format-security.patch
 Url:		http://www.openfabrics.org
 BuildRequires:	libstdc++-devel, zlib-devel
 Obsoletes:	openib-mstflint <= 1.4 openib-tvflash <= 0.9.2 tvflash <= 0.9.0
-ExcludeArch:	s390 s390x
+ExcludeArch:	s390 s390x %{arm} aarch64
 
 %description
 This package contains a burning tool for Mellanox manufactured HCA cards.
@@ -37,6 +37,7 @@ rm -fr %{buildroot}%{_datadir}
 %changelog
 * Fri Jun 20 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 3.0-0.8.g6961daa.1
 - Fix FTBFS with -Werror=format-security (#1037207, #1106248)
+- ExcludeArch: %%arm aarch64
 - Cleanup spec
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-0.7.g6961daa.1


More information about the scm-commits mailing list