From a87789dff964795a2c289115f28f4a3bb50a705f49176238fcaae57b8650a50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:32 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson-yaml revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-yaml?expand=0&rev=4 --- ghc-aeson-yaml.changes | 2 +- ghc-aeson-yaml.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-aeson-yaml.changes b/ghc-aeson-yaml.changes index 5565897..0ea9873 100644 --- a/ghc-aeson-yaml.changes +++ b/ghc-aeson-yaml.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup -- force i686 arch on i586 +- disable %{ix86} build ------------------------------------------------------------------- Tue Sep 8 10:22:41 UTC 2020 - psimons@suse.com diff --git a/ghc-aeson-yaml.spec b/ghc-aeson-yaml.spec index f06738a..3896a82 100644 --- a/ghc-aeson-yaml.spec +++ b/ghc-aeson-yaml.spec @@ -32,12 +32,7 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-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 +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-string-qq-devel BuildRequires: ghc-tasty-devel