Fix the build

Enable print profile generation on arm architectures -- they are now
part of the primary koji instance. Koji builds noarch subpackages on all
architectures and then compares the results which much match. If we
leave some files out for arm, colord-extra-profiles fails the noarch
subpackage comparison and fails the whole build.
This commit is contained in:
Kalev Lember 2014-09-14 13:31:14 +02:00
parent 3e7c7b86b2
commit 7d252ce55a

View File

@ -10,7 +10,7 @@
# Don't build the print profiles for secondary architectures on the
# logic that these are probably not doing press proofing or editing
# in different CMYK spaces
%ifarch %{ix86} x86_64
%ifarch %{ix86} x86_64 %{arm}
%if !0%{?rhel}
%define build_print_profiles %{?enable_print_profiles}
%endif