diff --git a/hledger-ui.changes b/hledger-ui.changes index 69089fa..bd27ab9 100644 --- a/hledger-ui.changes +++ b/hledger-ui.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 ------------------------------------------------------------------- Wed Dec 16 17:26:00 UTC 2020 - psimons@suse.com diff --git a/hledger-ui.spec b/hledger-ui.spec index 7a4116c..9a1f6fb 100644 --- a/hledger-ui.spec +++ b/hledger-ui.spec @@ -51,12 +51,7 @@ BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-devel BuildRequires: ghc-vector-devel BuildRequires: ghc-vty-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 A simple curses-style terminal user interface for the hledger accounting