From af83437ed7c39c8e7547316e48dbecae0242d4d8 Mon Sep 17 00:00:00 2001 From: Sunwook Bae Date: Tue, 18 Jun 2013 13:45:37 +0900 Subject: [PATCH] Add to sign the package Change-Id: Ie24caff150ca65e853fc4ff22a2fdcca6da9cdcd Signed-off-by: Sunwook Bae --- packaging/osp-common-service.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/osp-common-service.spec b/packaging/osp-common-service.spec index b774ca0..058f388 100755 --- a/packaging/osp-common-service.spec +++ b/packaging/osp-common-service.spec @@ -17,6 +17,7 @@ BuildRequires: osp-uifw-internal-devel BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(utilX) +BuildRequires: hash-signer # runtime requires Requires: chromium @@ -45,6 +46,11 @@ mkdir -p %{buildroot}/usr/share/license cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} %make_install +%define tizen_sign 1 +%define tizen_sign_base /usr/apps/sjjevolsjk +%define tizen_sign_level public +%define tizen_author_sign 1 +%define tizen_dist_sign 1 %post /bin/rm -fr /opt/apps/sjjevolsjk -- 2.7.4