Fix dbus servie name according to the dbus guideline 52/241152/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix accepted/tizen/6.0/unified/20201030.114926 accepted/tizen/6.0/unified/hotfix/20201103.003123 accepted/tizen/6.5/unified/20211028.115121 accepted/tizen/7.0/unified/20221110.062046 accepted/tizen/7.0/unified/hotfix/20221116.105537 accepted/tizen/unified/20200928.100344 submit/tizen/20200910.003721 submit/tizen/20200928.051244 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 submit/tizen_6.5/20211028.162401 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release
authorJaemin Ryu <jm77.ryu@samsung.com>
Tue, 18 Aug 2020 06:26:58 +0000 (15:26 +0900)
committerJaemin Ryu <jm77.ryu@samsung.com>
Tue, 18 Aug 2020 06:26:58 +0000 (15:26 +0900)
Change-Id: I3c297a25b89fe1800df9ae93a8e6b20d5f1a431a
Signed-off-by: Jaemin Ryu <jm77.ryu@samsung.com>
packaging/device-policy-manager.spec
server/CMakeLists.txt
server/dbus/org.tizen.DevicePolicyManager.service [moved from server/dbus/org.tizen.dpm.syspopup.service with 100% similarity]

index d3ab8ee..8b494d2 100755 (executable)
@@ -59,7 +59,7 @@ managing device policies.
 %{_unitdir}/multi-user.target.wants/device-policy-manager.service
 %{_unitdir}/device-policy-syspopup.service
 /etc/dbus-1/system.d/org.tizen.dpm.syspopup.conf
-/usr/share/dbus-1/system-services/org.tizen.dpm.syspopup.service
+/usr/share/dbus-1/system-services/org.tizen.DevicePolicyManager.service
 
 %prep
 %setup -q
index f2df740..5a57249 100755 (executable)
@@ -76,4 +76,4 @@ INSTALL(FILES systemd/device-policy-manager.socket DESTINATION ${SYSTEMD_UNIT_IN
 INSTALL(FILES systemd/${SYSPOPUPEXE}.service DESTINATION ${SYSTEMD_UNIT_INSTALL_DIR})
 
 INSTALL(FILES dbus/org.tizen.dpm.syspopup.conf DESTINATION ${DUBS_CONFIGURE_DIR})
-INSTALL(FILES dbus/org.tizen.dpm.syspopup.service DESTINATION ${DBUS_SERVICE_DIR})
+INSTALL(FILES dbus/org.tizen.DevicePolicyManager.service DESTINATION ${DBUS_SERVICE_DIR})