diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index 03ad885..536b855 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Aug 18 10:46:06 UTC 2020 - Peter Simons diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index 0817753..9f6a450 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -39,6 +39,7 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-devel BuildRequires: ghc-zlib-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-deepseq-devel