From 7d252ce55a616c3bc8610a11fea1a0e88bbeb2d1 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 14 Sep 2014 13:31:14 +0200 Subject: [PATCH] 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. --- colord.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colord.spec b/colord.spec index 8100545..6d0caa4 100644 --- a/colord.spec +++ b/colord.spec @@ -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