diff --git a/ghc-tar.changes b/ghc-tar.changes index 55f40b1..c5b62b8 100644 --- a/ghc-tar.changes +++ b/ghc-tar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Mon Aug 31 09:34:31 UTC 2020 - psimons@suse.com diff --git a/ghc-tar.spec b/ghc-tar.spec index 5c802c1..a5e1dd9 100644 --- a/ghc-tar.spec +++ b/ghc-tar.spec @@ -35,6 +35,7 @@ BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-bytestring-handle-devel