Bug 5597

Summary: rpm is dislexic (confuses --nopgp with --nogpg
Product: [Retired] Red Hat Linux Reporter: Everett Lipman <redhat>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0CC: redhat
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-05 18:50:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Everett Lipman 1999-10-05 18:26:38 UTC
rpm --checksig --nopgp -vv netscape-navigator-4.7-1.i386.rpm

gives:

D: New Header signature
D: Signature size: 149
D: Signature pad : 3
D: sigsize         : 152
D: Header + Archive: 3215728
D: expected size   : 3215728
netscape-navigator-4.7-1.i386.rpm:
Header+Archive size OK: 3215728 bytes
MD5 sum OK: cbd99ddb48b79002178d716b579a0054
exec failed!
Could not run gpg.  Use --nogpg to skip GPG checks.

The suggestion actually works; --nogpg prevents the error.
What is GPG ???

Comment 1 Bill Nottingham 1999-10-05 18:49:59 UTC
Gnu Privacy Guard;
http://www.gnupg.org/

It's what the package is actually signed with...