From 7ef575e5b2a79bc9eaacc0e104d484d8da04e3e2 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Thu, 13 Aug 2020 11:54:28 +0900 Subject: [PATCH] pass-hal: tm2: v1.1.0 Change dependency version of PASS daemon because the format of configuration file was changed like 'scenario pass_level' and then verison-up. Change-Id: Ifffb04cbfbc2e24f6fa7a5276383ac9786696a3b Signed-off-by: Chanwoo Choi --- packaging/pass-hal-tm2.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/pass-hal-tm2.spec b/packaging/pass-hal-tm2.spec index 15ac9e8..346743a 100644 --- a/packaging/pass-hal-tm2.spec +++ b/packaging/pass-hal-tm2.spec @@ -1,4 +1,4 @@ -%define version 1.0.0 +%define version 1.1.0 %define release 1 Name: pass-hal-tm2 @@ -16,9 +16,10 @@ Requires(post): /sbin/ldconfig Requires(post): /bin/systemctl Requires(postun): /sbin/ldconfig Requires(postun): /bin/systemctl -Requires: pass >= 1.0.0 +Requires: pass >= 1.1.0 Requires: pass-hal-standard >= 1.0.0 BuildRequires: cmake +BuildRequires: pass-hal-devel >= 1.1.0 %description PASS hal for TM2 -- 2.7.4