diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index b8f18ab..f463ce5 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Sat Nov 7 15:34:52 UTC 2020 - psimons@suse.com diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index c443d01..4e6b066 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -32,6 +32,7 @@ BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-tasty-devel