From 581450846e239a744c413400afea129b9ce24352 Mon Sep 17 00:00:00 2001 From: Kyungwook Tak Date: Wed, 16 Dec 2015 13:46:03 +0900 Subject: [PATCH] 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 --- packaging/ca-certificates.spec | 3 +-- packaging/update-ca-certificates | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) 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"); -- 2.7.4