diff --git a/ghc-commonmark-pandoc.changes b/ghc-commonmark-pandoc.changes index 02cffdf..f8addc2 100644 --- a/ghc-commonmark-pandoc.changes +++ b/ghc-commonmark-pandoc.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 22 09:33:51 UTC 2020 - psimons@suse.com diff --git a/ghc-commonmark-pandoc.spec b/ghc-commonmark-pandoc.spec index d09cd06..2810ac9 100644 --- a/ghc-commonmark-pandoc.spec +++ b/ghc-commonmark-pandoc.spec @@ -31,12 +31,7 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-pandoc-types-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 +ExcludeArch: %{ix86} %description This library provides typeclasses for rendering commonmark to Pandoc types.