forked from pool/diffutils
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
This commit is contained in:
parent
16a2920cf4
commit
d2d219a2b6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 5 10:08:36 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
- 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 <mpluskal@suse.com>
|
Fri Jan 4 11:28:06 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -48,7 +48,11 @@ make source code patches, for instance.
|
|||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%check
|
%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
|
make %{?_smp_mflags} check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user