summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-02-15 17:38:28 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-02-17 16:25:48 +0900
commit18e4ddb82a037b7c31b488ffcd96a36a8f32218c (patch)
treeaa3e17826cdc3772d89c1b094b424bcf9f6976b9 /packaging
parent26fcb18c4e72c752cfffdbb86e471a609753d2c3 (diff)
downloadcert-checker-18e4ddb82a037b7c31b488ffcd96a36a8f32218c.tar.gz
cert-checker-18e4ddb82a037b7c31b488ffcd96a36a8f32218c.tar.bz2
cert-checker-18e4ddb82a037b7c31b488ffcd96a36a8f32218c.zip
Change package event handler API
* Dbus API -> pkgmgrinfo API Change-Id: Ia7a8d84e7eaf35d5be5d077b753ec1915b1b49d0 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/cert-checker.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/cert-checker.spec b/packaging/cert-checker.spec
index bfd5dc0..c7ae00c 100644
--- a/packaging/cert-checker.spec
+++ b/packaging/cert-checker.spec
@@ -1,6 +1,6 @@
Name: cert-checker
Summary: OCSP checking on application installation
-Version: 0.0.1
+Version: 0.0.2
Release: 1
Group: System/Security
License: Apache-2.0
@@ -21,6 +21,8 @@ BuildRequires: pkgconfig(key-manager)
BuildRequires: pkgconfig(libsystemd-journal)
BuildRequires: pkgconfig(libtzplatform-config)
BuildRequires: pkgconfig(sqlite3)
+BuildRequires: pkgconfig(pkgmgr)
+BuildRequires: pkgconfig(pkgmgr-info)
BuildRequires: boost-devel
%description