diff --git a/ghc-http-client.changes b/ghc-http-client.changes index e1d5264..746b1c8 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Nov 17 15:27:10 UTC 2020 - psimons@suse.com diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 2133510..61eb7a0 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -47,6 +47,7 @@ BuildRequires: ghc-streaming-commons-devel BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel BuildRequires: ghc-transformers-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-async-devel BuildRequires: ghc-directory-devel