From 7ecf775ae429c0cc11d0e75f177f53e11cd8a05b Mon Sep 17 00:00:00 2001 From: Rafael Aquini Date: Tue, 17 Nov 2015 09:05:30 -0500 Subject: [PATCH] adjust BuildArch dependency to avoid build breakages --- memkind.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/memkind.spec b/memkind.spec index bdc8209..b0bfb7b 100644 --- a/memkind.spec +++ b/memkind.spec @@ -10,14 +10,15 @@ URL: http://memkind.github.io/memkind BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake libtool numactl-devel -# x86_64 is the only arch memkind will build due to its -# current dependency on SSE4.2 CRC32 instruction which +# x86_64 is the only arch memkind will build and work due to +# its current dependency on SSE4.2 CRC32 instruction which # is used to compute thread local storage arena mappings # with polynomial accumulations via GCC's intrinsic _mm_crc32_u64 # For further info check: # - /lib/gcc///include/smmintrin.h # - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36095 # - http://en.wikipedia.org/wiki/SSE4 +BuildArch: x86_64 ExclusiveArch: x86_64 Source0: https://github.com/%{name}/%{name}/archive/%{gittag0}/%{name}-%{version}.tar.gz @@ -118,6 +119,7 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION %changelog * Tue Nov 17 2015 Rafael Aquini - 0.3.0-1 - Update memkind source file to 0.3.0 upstream +- Adjust BuildArch dependency to avoid build breakages. * Wed Jun 17 2015 Fedora Release Engineering - 0.2.2-4.20150525git - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild