Bug 284211

Summary: libzypp depends on gpg, consider switching to gpg2
Product: [openSUSE] openSUSE 10.3 Reporter: Dirk Mueller <dmueller>
Component: libzyppAssignee: Duncan Mac-Vicar <dmacvicar>
Status: RESOLVED FIXED QA Contact: Stanislav Visnovsky <visnov>
Severity: Normal    
Priority: P5 - None CC: dmacvicar
Version: Alpha 5   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 273170    

Description Dirk Mueller 2007-06-14 09:51:51 UTC
gpg2 is mostly a drop-in replacement, so it should be a matter of fixing the hardcoded paths in zypp/KeyRing.cc
Comment 1 Duncan Mac-Vicar 2007-06-14 11:20:30 UTC
dmacvicar@piscola:~> gpg
gpg: Go ahead and type your message ...

gpg: Interrupt caught ... exiting

dmacvicar@piscola:~> gpg2
gpg: NOTE: THIS IS A DEVELOPMENT VERSION!
gpg: It is only intended for test purposes and should NOT be
gpg: used in a production environment or with production keys!
gpg: Go ahead and type your message ...

gpg: signal Interrupt caught ... exiting

is it stable already?
Comment 2 Dirk Mueller 2007-06-14 11:42:38 UTC
the package exists since 2003, and currently factory has an unstable CVS snapshot (supposed to be released as 2.0.4) soon. 

Comment 3 Dirk Mueller 2007-06-14 11:43:56 UTC
also, KDE3 uses gpg2 (via gpgme) since beginning of 2002.
Comment 4 Dirk Mueller 2007-06-14 18:15:23 UTC
btw, it would be nice to add a Requires: gpg (or gpg2 then, when this report is fixed) to the spec file..
Comment 5 Duncan Mac-Vicar 2007-06-18 07:49:36 UTC
Fixed in svn revision 5763.