Signing differently in wearable platform 48/223048/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 22 Jan 2020 09:54:24 +0000 (18:54 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 22 Jan 2020 11:08:30 +0000 (20:08 +0900)
Change-Id: I48e9bc8d4e5d95c857c014f65814f17469af9673
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
packaging/org.tizen.autofilld.spec

index f5d2678..ba607cf 100644 (file)
@@ -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