From 37e9abdf73c34e135993d8cb280ea17dad5c08c6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Oct 2016 11:39:16 +0900 Subject: [PATCH] don't list %{ix86} twice --- ghc-rpm-macros.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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