diff --git a/ghc-gitrev.changes b/ghc-gitrev.changes index faf74a0..0042a29 100644 --- a/ghc-gitrev.changes +++ b/ghc-gitrev.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup -- force i686 arch on i586 +- disable %{ix86} build ------------------------------------------------------------------- Fri Sep 4 10:49:28 UTC 2020 - Peter Simons diff --git a/ghc-gitrev.spec b/ghc-gitrev.spec index 7fc8527..c798f5d 100644 --- a/ghc-gitrev.spec +++ b/ghc-gitrev.spec @@ -31,12 +31,7 @@ BuildRequires: ghc-filepath-devel BuildRequires: ghc-process-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-template-haskell-devel -# GHC dont support i586 -%ifarch %{ix86} -ExclusiveArch: i586 i686 -ExclusiveArch: i686 -%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} -%endif +ExcludeArch: %{ix86} %description Some handy Template Haskell splices for including the current git hash and