From 37e9abdf73c34e135993d8cb280ea17dad5c08c6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Oct 27 2016 02:39:16 +0000 Subject: don't list %{ix86} twice --- diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 65c9966..20dc9dd 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -30,7 +30,7 @@ Requires: redhat-rpm-config # for ghc_version Requires: ghc-compiler %if %{undefined without_hscolour} -%ifarch %{ix86} %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x ppc64le aarch64 +%ifarch %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x ppc64le aarch64 Requires: hscolour %endif %endif