drop arch condition on hscolour requires

since package is now noarch
This commit is contained in:
Jens Petersen 2017-12-14 21:27:43 +09:00
parent 0d7493589a
commit f2e3e0f014
1 changed files with 0 additions and 2 deletions

View File

@ -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