Accepting request 382785 from Base:System

- Ignore make check error of ppc64 architecture, bypass boo#897845 (forwarded request 382767 from michel_mno)

OBS-URL: https://build.opensuse.org/request/show/382785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2016-04-06 09:50:47 +00:00 committed by Git OBS Bridge
commit 90dbd3c8f5
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 31 16:53:28 UTC 2016 - normand@linux.vnet.ibm.com
- Ignore make check error of ppc64 architecture, bypass boo#897845
-------------------------------------------------------------------
Mon Dec 7 14:27:13 UTC 2015 - jengelh@inai.de

View File

@ -83,6 +83,10 @@ make %{?_smp_mflags} V=1 KDIR="%kdir"
# empty
%check
%ifarch ppc64
make check V=1 KDIR="%kdir" || echo "Warning: bypass boo#897845"
%else
make check V=1 KDIR="%kdir"
%endif
%changelog