SHA256
1
0
forked from pool/bluez

Accepting request 575498 from home:seife:testing

add 0001-core-Fixes-order-InterfaceAdded.patch (boo#1076898)

OBS-URL: https://build.opensuse.org/request/show/575498
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=245
This commit is contained in:
Stefan Seyfried 2018-02-12 08:23:57 +00:00 committed by Git OBS Bridge
parent 2450e18e8c
commit 1b85554ac7

View File

@ -204,7 +204,7 @@ cd %{buildroot}%{_libdir}/bluez/test
chmod 0644 *.py *.xml *.dtd
# fix python shebang
sed -i -e '1s/env p/p/' %{buildroot}/usr/lib64/bluez/test/example-gatt-{client,server}
sed -i -e '1s/env p/p/' %{buildroot}%{_libdir}/bluez/test/example-gatt-{client,server}
%check
%if ! 0%{?qemu_user_space_build}