diff --git a/ghc-echo.changes b/ghc-echo.changes index 9ed5b76..12427a2 100644 --- a/ghc-echo.changes +++ b/ghc-echo.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:37 UTC 2020 - psimons@suse.com diff --git a/ghc-echo.spec b/ghc-echo.spec index beb84d3..7865eb9 100644 --- a/ghc-echo.spec +++ b/ghc-echo.spec @@ -28,6 +28,7 @@ Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revis BuildRequires: ghc-Cabal-devel BuildRequires: ghc-process-devel BuildRequires: ghc-rpm-macros +ExcludeArch: %{ix86} %description The 'base' library exposes the 'hGetEcho' and 'hSetEcho' functions for querying