diff --git a/ghc-hi-file-parser.changes b/ghc-hi-file-parser.changes index 04f5100..3aed5be 100644 --- a/ghc-hi-file-parser.changes +++ b/ghc-hi-file-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Fri Sep 4 13:39:55 UTC 2020 - Peter Simons diff --git a/ghc-hi-file-parser.spec b/ghc-hi-file-parser.spec index 1d169e2..3b2672d 100644 --- a/ghc-hi-file-parser.spec +++ b/ghc-hi-file-parser.spec @@ -32,6 +32,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rio-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-vector-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-hspec-devel %endif