Bug 50517

Summary: --nopgp still checks pgp
Product: [Retired] Red Hat Linux Reporter: Gerald Teschl <gt>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
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: 2001-07-31 19:56:38 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 Gerald Teschl 2001-07-31 19:56:34 UTC
--nopgp still checks pgp. Is this a bug or a feature?

[root@soliton RPMS]# rpm -K --nopgp autoupdate-3.1-1.noarch.rpm
autoupdate-3.1-1.noarch.rpm: md5 gpg OK
[root@soliton RPMS]# rpm -q rpm
rpm-4.0.3-0.79

BTW, shoulnd't the option be renamed to --nogpg?

Comment 1 Jeff Johnson 2001-07-31 20:02:40 UTC
Note carefully: --nopgp disables pgp checks, but gpg is still
checked. Use --nogpg to disable gnupg checks, that option
has been in rpm as long as gpg signatures have been supported.

Comment 2 Gerald Teschl 2001-07-31 21:39:03 UTC
Sorry. Stupid me...