diff --git a/ghc-tls.changes b/ghc-tls.changes index 6a85a69..8c6e377 100644 --- a/ghc-tls.changes +++ b/ghc-tls.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:20 UTC 2020 - Peter Simons diff --git a/ghc-tls.spec b/ghc-tls.spec index e0b3d7a..89d408b 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -42,6 +42,7 @@ BuildRequires: ghc-transformers-devel BuildRequires: ghc-x509-devel BuildRequires: ghc-x509-store-devel BuildRequires: ghc-x509-validation-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-tasty-devel