Add libraries to Requires in spec file 77/166677/1
authorDongsun Lee <ds73.lee@samsung.com>
Mon, 18 Dec 2017 07:12:08 +0000 (16:12 +0900)
committerDong Sun Lee <ds73.lee@samsung.com>
Thu, 11 Jan 2018 10:54:46 +0000 (10:54 +0000)
- protobuf and boost libraries are not loaded on tizen image by default.
- these libraries should be listed in Requires to load on tizen image with DCM.

Change-Id: Ie7ba34bfc5402610fcc472fc2fca4a9b581d13b0
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
(cherry picked from commit 3142cdd52fcfae16dedfa9d4dfd7012b70494467)

packaging/device-certificate-manager.spec

index c234ba7..24b7567 100644 (file)
@@ -22,6 +22,11 @@ Summary:     Device Certificate Manager
 Group:         Security/Libraries
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
+Requires: protobuf
+Requires: boost-chrono
+Requires: boost-date-time
+Requires: boost-log
+Requires: boost-regex
 %{?systemd_requires}
 
 %global user_name              security_fw