Dominique Leuenberger 2019-07-22 10:15:54 +00:00 committed by Git OBS Bridge
commit ba34a01eb8
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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