diff --git a/ghc-config-ini.changes b/ghc-config-ini.changes index 2f47e23..df1ed73 100644 --- a/ghc-config-ini.changes +++ b/ghc-config-ini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Wed Sep 30 08:36:56 UTC 2020 - psimons@suse.com diff --git a/ghc-config-ini.spec b/ghc-config-ini.spec index 1a342ae..a985c3b 100644 --- a/ghc-config-ini.spec +++ b/ghc-config-ini.spec @@ -33,6 +33,7 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unordered-containers-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-directory-devel BuildRequires: ghc-hedgehog-devel