From c859bf83afb22037327705f84505b68f7daabe7d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 14:39:23 -0500 Subject: [PATCH] ExclusiveArch primary archs, FTBFS on big endian arches (#1336466) --- webrtc-audio-processing.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec index 9ceb4ee..9e87123 100644 --- a/webrtc-audio-processing.spec +++ b/webrtc-audio-processing.spec @@ -1,7 +1,7 @@ Name: webrtc-audio-processing Version: 0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for echo cancellation License: BSD @@ -12,6 +12,10 @@ Patch1: webrtc-audio-processing-0.2-no_undefined.patch Patch2: webrtc-audio-processing-0.2-x86_msse2.patch Patch3: webrtc-audio-processing-0.2-x86_sse2_runtime_detection.patch +# could probably support more archs, provided they are little endian +# see also http://bugzilla.redhat.com/1336466 +ExclusiveArch: %{arm} %{ix86} x86_64 + BuildRequires: automake libtool %description @@ -79,6 +83,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %changelog +* Mon May 16 2016 Rex Dieter - 0.2-3 +- ExclusiveArch primary archs, FTBFS on big endian arches (#1336466) + * Mon May 16 2016 Rex Dieter - 0.2-2 - link w/ --no-undefined - fix x86 sse2 runtime detection