From d2d219a2b6559a114e872fe29bc64f868ae984a357f6196f676d9ef20cf8701f Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mon, 8 Jul 2019 06:12:47 +0000 Subject: [PATCH] Accepting request 713590 from home:michel_mno:branches:Base:System - ignore make check error for diff --color as tracked by https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36488 OBS-URL: https://build.opensuse.org/request/show/713590 OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=55 --- diffutils.changes | 6 ++++++ diffutils.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/diffutils.changes b/diffutils.changes index 6bac7cb..5686192 100644 --- a/diffutils.changes +++ b/diffutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 5 10:08:36 UTC 2019 - Michel Normand + +- ignore make check error for diff --color as tracked by + https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36488 + ------------------------------------------------------------------- Fri Jan 4 11:28:06 UTC 2019 - Martin Pluskal diff --git a/diffutils.spec b/diffutils.spec index 7752424..c2d67af 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -48,7 +48,11 @@ make source code patches, for instance. make %{?_smp_mflags} V=1 %check +%ifarch ppc64le ppc64 +make %{?_smp_mflags} check || echo 'Warning: ignore error https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36488' +%else make %{?_smp_mflags} check +%endif %install %make_install