Bug 1324595

Summary: Make pinentry dependency weak
Product: [Fedora] Fedora Reporter: Yaakov Selkowitz <yselkowi>
Component: gnupg2Assignee: Tomas Mraz <tmraz>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bcl, jamielinux, tmraz, yselkowi
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gnupg2-2.1.11-4.fc25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-12 09:28:21 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:
Bug Depends On:    
Bug Blocks: 1323209    
Attachments:
Description Flags
soften pinentry dependency (#1324595) none

Description Yaakov Selkowitz 2016-04-06 17:55:58 UTC
We are working to minimize the container image size.  gnupg2 is an indirect dependency (via librepo->gpgme) of dnf for verifying package signatures.

gnupg2 Requires: pinentry, which subsequently pulls in libsecret and hence GIO) but this is only needed for interactive usage, not scripted verification of signatures such as done by dnf.  Please make this a weak dependency to support this use case.

Comment 1 Yaakov Selkowitz 2016-04-08 20:25:47 UTC
Created attachment 1145248 [details]
soften pinentry dependency (#1324595)