From 889dd8dbc9c0bb9af2632ea6b008d1454a113cfa6e751e003e50b85b498c3736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:01 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-dns revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-dns?expand=0&rev=3 --- ghc-dns.changes | 5 +++++ ghc-dns.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-dns.changes b/ghc-dns.changes index dd8fbd8..0b0a810 100644 --- a/ghc-dns.changes +++ b/ghc-dns.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Nov 3 11:49:16 UTC 2020 - psimons@suse.com diff --git a/ghc-dns.spec b/ghc-dns.spec index f77c658..ed280cc 100644 --- a/ghc-dns.spec +++ b/ghc-dns.spec @@ -42,6 +42,12 @@ BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel BuildRequires: ghc-psqueues-devel BuildRequires: ghc-rpm-macros +# 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-QuickCheck-devel BuildRequires: ghc-doctest-devel