Change systemd-devel package name 50/252850/1 accepted/tizen/unified/20210215.130844 submit/tizen/20210215.052546
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 3 Feb 2021 00:47:14 +0000 (09:47 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 3 Feb 2021 00:47:14 +0000 (09:47 +0900)
Change-Id: I88cbb9d222d2a1721fc9088c362712b1df8ef6d5

packaging/context-service.spec
src/agent/CMakeLists.txt
src/server/CMakeLists.txt

index 32e25d3..1d44fa7 100644 (file)
@@ -11,8 +11,7 @@ Source3:      contextd-agent.service
 Source4:       contextd-agent.socket
 
 BuildRequires: cmake
-BuildRequires: pkgconfig(libsystemd-daemon)
-BuildRequires: pkgconfig(libsystemd-login)
+BuildRequires: pkgconfig(libsystemd)
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(gio-2.0)
 BuildRequires: pkgconfig(gmodule-2.0)
index cbe2063..466bca7 100644 (file)
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 
 SET(target "contextd-agent")
 
-SET(DEPS glib-2.0 gio-2.0 gmodule-2.0 libsystemd-daemon dlog capi-base-common)
+SET(DEPS glib-2.0 gio-2.0 gmodule-2.0 libsystemd dlog capi-base-common)
 
 SET(INCDIR "${CMAKE_INSTALL_INCLUDEDIR}/context-service")
 
index 264e6bc..ebd48c2 100644 (file)
@@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 SET(target "contextd")
 
 SET(DEPS
-       libsystemd-login
+       libsystemd
        glib-2.0
        gio-2.0
        dlog