diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-03-25 01:25:17 +0200 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2014-03-25 01:33:18 +0200 |
commit | e271e3c3bee4b44a39549b27f03d1ea1dfbb8d10 (patch) | |
tree | 133cb8263f4a041f2e755fb651b1d13b44dadd81 | |
parent | cdd1dcdce396d44fc6b4f2c8563312ddaf5cc0de (diff) | |
download | mic-bootstrap-e271e3c3bee4b44a39549b27f03d1ea1dfbb8d10.tar.gz mic-bootstrap-e271e3c3bee4b44a39549b27f03d1ea1dfbb8d10.tar.bz2 mic-bootstrap-e271e3c3bee4b44a39549b27f03d1ea1dfbb8d10.zip |
Added ca-certificates-mozilla to allow https usagesubmit/tizen/20140325.141613
Without ssl certificates mic fails to work with https urls in .ks files
used in Tizen:IVI project.
This change should enable usage of bootstrap mode in prerelease
workflow(mic appliance).
Change-Id: Id99af50ce7d70925ceca4187f1afd90e7363df43
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
-rw-r--r-- | packaging/mic-bootstrap.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/mic-bootstrap.spec b/packaging/mic-bootstrap.spec index bcc659d..25233a1 100644 --- a/packaging/mic-bootstrap.spec +++ b/packaging/mic-bootstrap.spec @@ -33,6 +33,7 @@ BuildRequires: syslinux BuildRequires: syslinux-extlinux BuildRequires: rpm-security-plugin BuildRequires: bmap-tools +BuildRequires: ca-certificates-mozilla %description used for mic bootstrap, this package will be repackaged for i586 and arm libs. |