pass-hal: tm1: Add dependency on PASS 30/142430/4
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 4 Aug 2017 01:57:51 +0000 (10:57 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 4 Aug 2017 06:58:03 +0000 (06:58 +0000)
Since PASS HAL for TM1 cannot run standalone, it should be check that
PASS is installed. To do this, dependency on PASS is added to RPM spec.

Change-Id: Ib6476adecfc9a0ed679e70c85dc05b566c88ba6e
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
packaging/pass-hal-tm1.spec

index 770a9d1..cc34db6 100644 (file)
@@ -14,6 +14,8 @@ ExclusiveArch: %{arm}
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
+Requires: pass >= 0.0.1
+Requires: pass-hal-devel >= 0.0.1
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(glib-2.0)