diff --git a/ghc-dns.changes b/ghc-dns.changes index dd8fbd8..cca8063 100644 --- a/ghc-dns.changes +++ b/ghc-dns.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Nov 3 11:49:16 UTC 2020 - psimons@suse.com diff --git a/ghc-dns.spec b/ghc-dns.spec index f77c658..cb67377 100644 --- a/ghc-dns.spec +++ b/ghc-dns.spec @@ -42,6 +42,7 @@ BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel BuildRequires: ghc-psqueues-devel BuildRequires: ghc-rpm-macros +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-doctest-devel