Bug 65494 - rpm doesn't recognize --nopgp and --nogpg options
Summary: rpm doesn't recognize --nopgp and --nogpg options
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: rpm
Version: 1.0
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-05-25 17:24 UTC by Need Real Name
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-05-25 17:24:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-05-25 17:24:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.1 (X11; Linux i686; U;) Gecko/20020417

Description of problem:
The man page says rpm should accept the --nopgp and --nogpg options to disable
those tests when checking the signature of a package. The --help option doesn't
list them though and rpm gives an error when they are added on the commandline.

Version-Release number of selected component (if applicable):
rpm-4.1-0.15

How reproducible:
Always

Steps to Reproduce:
rpm --checksig --nopgp [some_package]
or rpm --checksig --nogpg [some_package]
	

Actual Results:  rpm responds with "--nopgp: unknown option" or "--nogpg:
unknown option", without checking the package's signature

Expected Results:  rpm should check the package without using the PGP or GPG tests

Additional info:
Interestingly, if the --no{pgp,gpg} options are omitted to avoid this error,
some packages fail the signature check because of 'missing keys'. It seems that
those packages, although valid, can not pass the check, either because rpm stops
with this error, or because it can not check the GPG or PGP keys.

Comment 1 Jeff Johnson 2002-05-25 17:57:57 UTC
rpm-4.1 does not use gpg/pgp for signature
verification. Yes, the doco needs to be updated,
I'll get there when I get there.


Note You need to log in before you can comment on or make changes to this bug.