From be6b89326584ad4aae74cbe1e6e1b1f810c50013 Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Nov 28 2016 09:47:52 +0000 Subject: - switch to ExclusiveArch with little endian arches only --- diff --git a/gnu-smalltalk.spec b/gnu-smalltalk.spec index cfa3efd..be82e31 100644 --- a/gnu-smalltalk.spec +++ b/gnu-smalltalk.spec @@ -1,7 +1,7 @@ Summary: GNU Smalltalk Name: gnu-smalltalk Version: 3.2.5 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ with exceptions Group: Development/Languages URL: http://www.gnu.org/software/smalltalk/smalltalk.html @@ -16,7 +16,9 @@ Patch3: gst-3.2.5-inf.patch Patch4: gst-3.2.5-emacs.patch Patch5: gst-3.2.5-tk86.patch -ExcludeArch: ppc %{power64} +# seems only little endian arches are supported +# eg. https://bugzilla.redhat.com/show_bug.cgi?id=1269811 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -207,6 +209,9 @@ fi %{_includedir}/gstpub.h %changelog +* Mon Nov 28 2016 Dan Horák - 3.2.5-13 +- switch to ExclusiveArch with little endian arches only + * Sun Nov 27 2016 Marcus Karlsson - 3.2.5-12 - Build with --disable-relocatable