From e40ef01bdc2cd492d65d22449998c6ad72d09517 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 22 Jan 2020 18:54:24 +0900 Subject: [PATCH] Signing differently in wearable platform Change-Id: I48e9bc8d4e5d95c857c014f65814f17469af9673 Signed-off-by: Jihoon Kim --- packaging/org.tizen.autofilld.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/org.tizen.autofilld.spec b/packaging/org.tizen.autofilld.spec index f5d2678..ba607cf 100644 --- a/packaging/org.tizen.autofilld.spec +++ b/packaging/org.tizen.autofilld.spec @@ -26,6 +26,9 @@ BuildRequires: pkgconfig(capi-appfw-app-manager) %if 0%{?__hash_signing} BuildRequires: hash-signer +%if 0%{?sec_product_feature_profile_wearable} +Requires(post): signing-client +%endif %endif %description @@ -77,6 +80,9 @@ rm -rf %{buildroot} %endif %post +%if 0%{?sec_product_feature_profile_wearable} +/usr/bin/signing-client/hash-signer-client.sh -a -d -p platform %{TZ_SYS_RO_APP}/%{name} +%endif %files %manifest %{name}.manifest -- 2.7.4