diff --git a/ghc-parallel.changes b/ghc-parallel.changes index 783479a..21b039f 100644 --- a/ghc-parallel.changes +++ b/ghc-parallel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Mon Aug 31 09:34:38 UTC 2020 - psimons@suse.com diff --git a/ghc-parallel.spec b/ghc-parallel.spec index 41751b8..9df9f02 100644 --- a/ghc-parallel.spec +++ b/ghc-parallel.spec @@ -30,6 +30,7 @@ BuildRequires: ghc-array-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-rpm-macros +ExcludeArch: %{ix86} %description This package provides a library for parallel programming.