diff --git a/ghc-iso8601-time.changes b/ghc-iso8601-time.changes index 89ba768..455ffc6 100644 --- a/ghc-iso8601-time.changes +++ b/ghc-iso8601-time.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Fri Sep 4 10:40:13 UTC 2020 - Peter Simons diff --git a/ghc-iso8601-time.spec b/ghc-iso8601-time.spec index 53c4773..cac8b5a 100644 --- a/ghc-iso8601-time.spec +++ b/ghc-iso8601-time.spec @@ -28,6 +28,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-hspec-devel