From 30ee3c72e54841562c346df6df1ebd7c6d87e80e Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Wed, 4 Dec 2019 16:15:07 +0900 Subject: [PATCH] Fix hid-agent service name Change-Id: I0f33661f592ac8e5c491c4c3ca45f17e334a8aee --- packaging/bluetooth-agent.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/bluetooth-agent.spec b/packaging/bluetooth-agent.spec index ef5fde1..88f1443 100644 --- a/packaging/bluetooth-agent.spec +++ b/packaging/bluetooth-agent.spec @@ -166,7 +166,7 @@ install -D -m 0644 packaging/bluetooth-map-agent.service %{buildroot}%{_libdir}/ install -D -m 0644 packaging/bluetooth-pbap-agent.service %{buildroot}%{_libdir}/systemd/system/bluetooth-pbap-agent.service install -D -m 0644 packaging/bluetooth-ag-agent.service %{buildroot}%{_libdir}/systemd/system/bluetooth-ag-agent.service install -D -m 0644 packaging/bluetooth-hf-agent.service %{buildroot}%{_libdir}/systemd/system/bluetooth-hf-agent.service -install -D -m 0644 packaging/bluetooth-hid-agent.service %{buildroot}%{_libdir}/systemd/system/bluetooth-hf-agent.service +install -D -m 0644 packaging/bluetooth-hid-agent.service %{buildroot}%{_libdir}/systemd/system/bluetooth-hid-agent.service %files %manifest %{name}.manifest @@ -215,6 +215,7 @@ install -D -m 0644 packaging/bluetooth-hid-agent.service %{buildroot}%{_libdir}/ %license LICENSE %{_bindir}/bluetooth-hid-agent %{_datadir}/dbus-1/system-services/org.bluez.hid_agent.service +%{_libdir}/systemd/system/bluetooth-hid-agent.service %{_sysconfdir}/dbus-1/system.d/bluetooth-hid-agent.conf %files ipsp -- 2.7.4