diff --git a/ghc-zlib.changes b/ghc-zlib.changes index 016ddcf..7703b98 100644 --- a/ghc-zlib.changes +++ b/ghc-zlib.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:49 UTC 2020 - Peter Simons diff --git a/ghc-zlib.spec b/ghc-zlib.spec index 76adc57..dd7eab6 100644 --- a/ghc-zlib.spec +++ b/ghc-zlib.spec @@ -29,6 +29,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros BuildRequires: zlib-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-tasty-devel