SHA256
1
0
forked from pool/bluez

Accepting request 188164 from Base:System

Disable check when building with qemu (fix armv6) (forwarded request 187261 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/188164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=108
This commit is contained in:
Tomáš Chvátal 2013-08-15 12:54:58 +00:00 committed by Git OBS Bridge
commit a1fca42f9b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 14 14:00:39 UTC 2013 - guillaume@opensuse.org
- Disable check when building with qemu (fix armv6)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 21 08:07:45 UTC 2013 - mmeister@suse.com Thu Mar 21 08:07:45 UTC 2013 - mmeister@suse.com

View File

@ -222,7 +222,9 @@ fi
install --mode 0755 -d %{buildroot}%{_localstatedir}/lib/bluetooth install --mode 0755 -d %{buildroot}%{_localstatedir}/lib/bluetooth
%check %check
%if ! 0%{?qemu_user_space_build}
make check make check
%endif
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}