diff options
author | so.yu <so.yu@samsung.com> | 2013-06-18 23:02:55 +0900 |
---|---|---|
committer | so.yu <so.yu@samsung.com> | 2013-06-18 23:12:52 +0900 |
commit | 654ca6bda1236f318f4858441a164f3e7e1973ac (patch) | |
tree | 07e66a9d033340a8b140d9e0d82e29b5f7c151b1 /packaging/apps.CertificateSelector.spec | |
parent | 7f010b44f95bed3f5911fde1f3ff0f1d20347508 (diff) | |
download | certificate-selector-654ca6bda1236f318f4858441a164f3e7e1973ac.tar.gz certificate-selector-654ca6bda1236f318f4858441a164f3e7e1973ac.tar.bz2 certificate-selector-654ca6bda1236f318f4858441a164f3e7e1973ac.zip |
Apply a smack rule
Change-Id: Ic5840cedc568339dbb02768f92a03a9de79bf24a
Signed-off-by: so.yu <so.yu@samsung.com>
Diffstat (limited to 'packaging/apps.CertificateSelector.spec')
-rw-r--r-- | packaging/apps.CertificateSelector.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/apps.CertificateSelector.spec b/packaging/apps.CertificateSelector.spec index cfd44de..bd58121 100644 --- a/packaging/apps.CertificateSelector.spec +++ b/packaging/apps.CertificateSelector.spec @@ -11,8 +11,11 @@ BuildRequires: osp-appfw-internal-devel BuildRequires: pkgconfig(osp-uifw) BuildRequires: hash-signer +# smack domain requires +Requires(post): osp-security-service + +# runtime requires Requires: chromium -Requires: osp-security-service Requires: pkgmgr %description @@ -51,6 +54,7 @@ PKG_ID=hyCsE05ySM /usr/etc/package-manager/backend/tpk -i /usr/apps/hyCsE05ySM %files +%manifest apps.CertificateSelector.manifest %defattr(-,root,root,-) /usr/share/license/%{name} /usr/apps/* |