Bug 1323163

Summary: get rid of openssl-libs
Product: [Fedora] Fedora Reporter: Harald Hoyer <harald>
Component: coreutilsAssignee: Ondrej Vasik <ovasik>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: admiller, harald, jamartis, kdudka, kzak, ooprala, ovasik, p, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-06 15:20:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1323209    

Description Harald Hoyer 2016-04-01 12:25:54 UTC
Please try to get rid of openssl-libs.

We are trying to minimize the base container image size and openssl-libs pulls in a lot of deps:

https://harald.fedorapeople.org/rawhide-20160401-systemd/Tree-openssl-libs.svg

coreutils could use its own sha* implementations or even use libgcrypt.

Thanks!

Comment 1 Kamil Dudka 2016-04-01 13:09:47 UTC
Have you tried to use the coreutils-single package instead of coreutils?

Comment 2 Harald Hoyer 2016-04-01 13:19:45 UTC
(In reply to Kamil Dudka from comment #1)
> Have you tried to use the coreutils-single package instead of coreutils?

oh nice hint! :-) indeed

Comment 3 Harald Hoyer 2016-04-01 13:30:04 UTC
still, why does coreutils link against openssl and coreutils-single does not?

Comment 4 Kamil Dudka 2016-04-01 13:44:04 UTC
I guess that coreutils-single is intended for installations where size matters whereas coreutils is intended for installations where the speed of sha*sum tools matters.

Comment 5 Ondrej Vasik 2016-04-01 14:09:49 UTC
Thanks Kamil for all the comments. I tend to close this NOTABUG - where size matters, coreutils-single is way to go. Elsewhere, coreutils with openssl is faster - and therefore better as default.