From e08dae860af051da22b6e57fba50e6d2dfb569031a1428f6c6ee15431b2049d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:15 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua-module-text revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-module-text?expand=0&rev=30 --- ghc-hslua-module-text.changes | 5 +++++ ghc-hslua-module-text.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-hslua-module-text.changes b/ghc-hslua-module-text.changes index 5effa70..4fadd06 100644 --- a/ghc-hslua-module-text.changes +++ b/ghc-hslua-module-text.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Sat Oct 17 02:01:39 UTC 2020 - psimons@suse.com diff --git a/ghc-hslua-module-text.spec b/ghc-hslua-module-text.spec index abb62ed..5232ff1 100644 --- a/ghc-hslua-module-text.spec +++ b/ghc-hslua-module-text.spec @@ -30,6 +30,12 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-hslua-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel +# GHC dont support i586 +%ifarch %{ix86} +ExclusiveArch: i586 i686 +ExclusiveArch: i686 +%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} +%endif %if %{with tests} BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel