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 32e25d3d9e305f312c098d081acf1b17e0d9ba4d..1d44fa7f1add396ff868db4b3c731cd36c58fc4e 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 cbe20634bd00a4e476cde80969fb9c998b2afdb5..466bca745abbe69f2c410e03c8700775da98a3a0 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 264e6bccdb08cdc665f4465f67ca3042836fe679..ebd48c2b81736d6fcabf9643a7b6871fa381ab53 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