Accepting request 746237 from home:seife:testing

fix udev directory from %_libexecdir to %_prefix/lib, this fixed build with new %_libexecdir location.

OBS-URL: https://build.opensuse.org/request/show/746237
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=281
This commit is contained in:
Stefan Seyfried 2019-11-07 11:23:27 +00:00 committed by Git OBS Bridge
parent dd8c61576e
commit 9388458ac0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 7 11:14:13 UTC 2019 - Stefan Seyfried <seife+obs@b1-systems.com>
- fix udev directory from %_libexecdir to %_prefix/lib
-------------------------------------------------------------------
Mon Nov 4 21:22:20 UTC 2019 - Stefan Seyfried <seife+obs@b1-systems.com>

View File

@ -300,7 +300,7 @@ make check V=0
%endif
%{_bindir}/hcidump
%{_bindir}/bccmd
%{_libexecdir}/udev/
%{_prefix}/lib/udev/
%{_mandir}/man1/btattach.1%{ext_man}
%{_mandir}/man1/hcidump.1%{ext_man}
%{_mandir}/man1/hciattach.1%{ext_man}