From f2e3e0f014d420a26185932704cff3cbc3c3a171 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Dec 2017 21:27:43 +0900 Subject: [PATCH] drop arch condition on hscolour requires since package is now noarch --- ghc-rpm-macros.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 694d9ff..503fe56 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -32,10 +32,8 @@ Requires: redhat-rpm-config # for ghc_version Requires: ghc-compiler %if %{undefined without_hscolour} -%ifarch %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x ppc64le aarch64 Requires: hscolour %endif -%endif %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildArch: noarch %endif