Install to system-wide dbus service directory 24/7924/2
authorChengwei Yang <chengwei.yang@intel.com>
Tue, 13 Aug 2013 07:20:12 +0000 (15:20 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Tue, 13 Aug 2013 07:20:12 +0000 (15:20 +0800)
Change-Id: I4dfbec6e53abccac8849b6750d687d47ca73bdd2
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
oma-dm-agent.manifest
packaging/oma-dm-agent.changes
packaging/oma-dm-agent.spec
src/agent/CMakeLists.txt

index fef9302..9acbc0b 100755 (executable)
@@ -39,7 +39,7 @@
                <filesystem path="/etc/rc.d/rc3.d/S91oma-dm-agent" label="_" exec_label="none"/>
                <filesystem path="/etc/rc.d/rc5.d/S91oma-dm-agent" label="_" exec_label="none"/>
                <filesystem path="/etc/init.d/oma-dm" label="_" exec_label="none"/>
-               <filesystem path="/usr/share/dbus-1/services/com.samsung.omadmagent.service" label="_"/>
+               <filesystem path="/usr/share/dbus-1/system-services/com.samsung.omadmagent.service" label="_"/>
        </assign>
        <request>
                <domain name="oma-dm-agent" />
index 072abc8..333a6ba 100644 (file)
@@ -1,4 +1,7 @@
 Mon Aug 12 2013 Chengwei Yang <chengwei.yang@intel.com>
+- Install to system-wide dbus service directory, TDIST-295
+
+Mon Aug 12 2013 Chengwei Yang <chengwei.yang@intel.com>
 - Fix dbus service file: add "User" field
 
 Mon Aug 12 2013 Chengwei Yang <chengwei.yang@intel.com>
index 0a53592..eeb4592 100755 (executable)
@@ -134,7 +134,7 @@ rm -rf /usr/share/oma-dm-cfg
 
 %manifest oma-dm-agent.manifest
 %defattr(-,root,root,-)
-/usr/share/dbus-1/services/*
+/usr/share/dbus-1/system-services/com.samsung.omadmagent.service
 /usr/bin/oma-dm-agent
 
 /usr/share/oma-dm-cfg/ddf/*
index 0e9ea0f..4879927 100755 (executable)
@@ -78,7 +78,7 @@ INSTALL(TARGETS ${EXENAME} DESTINATION ${BINDIR})
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/oma-dm-cfg DESTINATION /usr/share)
 
 # install oma ds dbus file
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/com.samsung.omadmagent.service DESTINATION /usr/share/dbus-1/services)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/com.samsung.omadmagent.service DESTINATION /usr/share/dbus-1/system-services)
 
 # install booting script file
 INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} DESTINATION /etc/init.d/)