Accepting request 382767 from home:michel_mno:branches:Base:System
- Ignore make check error of ppc64 architecture, bypass boo#897845 OBS-URL: https://build.opensuse.org/request/show/382767 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=105
This commit is contained in:
parent
f473f8a985
commit
6935bee3df
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user