diff --git a/ghc-mwc-random.changes b/ghc-mwc-random.changes index dd590dd..27386aa 100644 --- a/ghc-mwc-random.changes +++ b/ghc-mwc-random.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Aug 18 10:45:31 UTC 2020 - Peter Simons diff --git a/ghc-mwc-random.spec b/ghc-mwc-random.spec index bfe7359..b7324a0 100644 --- a/ghc-mwc-random.spec +++ b/ghc-mwc-random.spec @@ -30,6 +30,7 @@ BuildRequires: ghc-primitive-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-devel BuildRequires: ghc-vector-devel +ExcludeArch: %{ix86} %description This package contains code for generating high quality random numbers that