From 9388458ac08f5b9531e66752263f85836b1cb18ff0ad760a2a46f4c72e236b7b Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Thu, 7 Nov 2019 11:23:27 +0000 Subject: [PATCH] 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 --- bluez.changes | 5 +++++ bluez.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bluez.changes b/bluez.changes index dc280d4..829b03c 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 11:14:13 UTC 2019 - Stefan Seyfried + +- fix udev directory from %_libexecdir to %_prefix/lib + ------------------------------------------------------------------- Mon Nov 4 21:22:20 UTC 2019 - Stefan Seyfried diff --git a/bluez.spec b/bluez.spec index 7e74500..0347b45 100644 --- a/bluez.spec +++ b/bluez.spec @@ -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}