diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index 0e6624d..d85584c 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Sep 22 09:33:18 UTC 2020 - psimons@suse.com diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index bc9371a..7b8b92f 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -35,6 +35,7 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-quickcheck-unicode-devel