From: Kyungwook Tak Date: Wed, 16 Dec 2015 04:46:03 +0000 (+0900) Subject: Remove openssl-misc dependency X-Git-Tag: accepted/tizen/mobile/20151217.093424^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F54540%2F2;p=platform%2Fupstream%2Fca-certificates.git Remove openssl-misc dependency * To remove perl dependency on tizen platform binary * c_rehash in openssl-misc isn't used for now because openssl hash converted by shell in ca-certificates-mozilla package already Change-Id: I21709d56ec0e2de708ff318fe5544c2bb493d795 Signed-off-by: Kyungwook Tak --- diff --git a/packaging/ca-certificates.spec b/packaging/ca-certificates.spec index 6681087..bb90365 100644 --- a/packaging/ca-certificates.spec +++ b/packaging/ca-certificates.spec @@ -10,13 +10,12 @@ Source0: update-ca-certificates Source1: update-ca-certificates.8 Source2: GPL-2.0.txt Source3: certbundle.run -Source1001: ca-certificates.manifest +Source1001: ca-certificates.manifest Url: http://gitorious.org/opensuse/ca-certificates Requires: openssl Requires: smack Requires: coreutils Requires(post): /usr/bin/rm -Requires(post): openssl-misc Recommends: ca-certificates-mozilla BuildArch: noarch diff --git a/packaging/update-ca-certificates b/packaging/update-ca-certificates index 84bec89..2fee4ce 100644 --- a/packaging/update-ca-certificates +++ b/packaging/update-ca-certificates @@ -165,6 +165,8 @@ if (%added || %removed || $opt_fresh) { print "Updating certificates in $etccertsdir...\n"; # tizen ca-certs suffix isn't .pem|.crt|.cer|.crl # so c_rehash cannot be used. +# c_rehash is from openssl-misc rpm and it's excluded on tizen platform binary. +# if needed later, c_rehash need to be reimplemented by shell script # my $redir = ($opt_verbose?'':'> /dev/null'); # system("c_rehash . $redir");