diff --git a/ghc-MonadRandom.changes b/ghc-MonadRandom.changes index 71d9c29..4bfc3b5 100644 --- a/ghc-MonadRandom.changes +++ b/ghc-MonadRandom.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 Nov 3 10:08:39 UTC 2020 - psimons@suse.com diff --git a/ghc-MonadRandom.spec b/ghc-MonadRandom.spec index f76b987..81404bc 100644 --- a/ghc-MonadRandom.spec +++ b/ghc-MonadRandom.spec @@ -31,12 +31,7 @@ BuildRequires: ghc-random-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-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} %description Support for computations which consume random values.