From 5fa735709f155ff591cd2b6270dbd30f86a09d26 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 31 May 2016 06:54:03 -0500 Subject: [PATCH] %%check: keep non-fatal --- GraphicsMagick.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index 26671dc..421d4db 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -255,7 +255,7 @@ rm -f %{buildroot}%{_pkgdocdir}/Copyright.txt %check time \ -make %{?_smp_mflags} check +make %{?_smp_mflags} check ||: # multilib hack only supports 32/64 bits for now %ifarch %{multilib_archs} %if ! (%{__isa_bits} == 32 || %{__isa_bits} == 64)