From 37ecc689436307ea312589107748e079058029db Mon Sep 17 00:00:00 2001 From: Gergely Gombos Date: Fri, 15 Feb 2019 09:41:10 -0500 Subject: [PATCH] Add s390x ExcludeArch --- libldac.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libldac.spec b/libldac.spec index b25f139..f9b5118 100644 --- a/libldac.spec +++ b/libldac.spec @@ -3,13 +3,16 @@ Name: libldac Version: %{sonamebase}.0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A lossy audio codec for Bluetooth connections License: ASL 2.0 URL: https://github.com/EHfive/ldacBT Source0: %{url}/releases/download/v%{version}/%{archivename}-%{version}.tar.gz +# Upstream source throws error in a big-endian arch, see #1677491 +ExcludeArch: s390x + BuildRequires: cmake3 BuildRequires: gcc @@ -59,6 +62,9 @@ developing applications that use %{name}. %{_libdir}/libldacBT_enc.so %changelog +* Fri Feb 15 2019 Gergely Gombos - 2.0.2.2-4 +- Add s390x ExcludeArch + * Thu Feb 7 2019 Gergely Gombos - 2.0.2.2-3 - Minor fixes before Fedora submission