[fix] Rename dbus auto-activation service file 74/231374/1
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Tue, 21 Apr 2020 12:34:39 +0000 (21:34 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Tue, 21 Apr 2020 12:35:03 +0000 (21:35 +0900)
Naming rule for dbus auto-activation service file : well-known name + ".service"
https://bugs.freedesktop.org/show_bug.cgi?id=99874

Change-Id: Ie70ea97b6b221196826202c4b9219c55845b1eb5

CMakeLists.txt
packaging/esd.spec

index eb6a587..0febb69 100644 (file)
@@ -43,8 +43,8 @@ SET_TARGET_PROPERTIES(esd PROPERTIES LINK_FLAGS "-pie -Wl,-z,relro")
 
 # pkgconfig file
 configure_file(esd.manifest.in esd.manifest @ONLY)
-configure_file(org.tizen.esd.service.in org.tizen.esd.service @ONLY)
+configure_file(org.tizen.esd.service.in tizen.system.event.app2esd.service @ONLY)
 
 INSTALL(TARGETS esd DESTINATION bin)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/eventsystem.conf DESTINATION /etc/dbus-1/system.d)
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.tizen.esd.service DESTINATION ${SHARE_INSTALL_PREFIX}/dbus-1/system-services/)
\ No newline at end of file
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tizen.system.event.app2esd.service DESTINATION ${SHARE_INSTALL_PREFIX}/dbus-1/system-services/)
index 2e0a7b5..aa264a4 100644 (file)
@@ -70,7 +70,7 @@ ln -sf ../esd.service %{buildroot}%{_unitdir}/multi-user.target.wants/esd.servic
 %{_bindir}/esd
 %{_unitdir}/esd.service
 %{_unitdir}/multi-user.target.wants/esd.service
-%attr(0644,root,root) %{_datadir}/dbus-1/system-services/org.tizen.esd.service
+%attr(0644,root,root) %{_datadir}/dbus-1/system-services/tizen.system.event.app2esd.service
 %license LICENSE
 
 %files devel