Bug 78780

Summary: Incorrect man page; possible upgrade bug
Product: [Retired] Red Hat Linux Reporter: Charles Curley <charlescurley>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-29 19:04:53 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 Charles Curley 2002-11-29 19:04:47 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020620

Description of problem:
The man page for rpm 4.1 reports that to remve signature checking from checking
signatures of an RPM, one should use "--nogpg" or "--nopgp". This does not work.

Running "rpm --help | less" indicates that the correct way to do this is with
the option "--nosignature", and this works.

Suggested fix: edit the man page.

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

How reproducible:
Always

Steps to Reproduce:
1. "man rpm".
2. Search on "nogpg".
3.
	

Actual Results:  man page indicates that one should use "--nogpg" or "--nopgp"
to turn off gpg signature checking when checking signatures.

Expected Results:  man page should indicate that one should use "--nosignatures"
to turn off gpg signature checking when checking signatures.

Additional info:

Are there other changes in the program that should be propagated to the man page?

Comment 1 Jeff Johnson 2002-11-29 19:13:59 UTC
--nogpg/--nopgp/--nomd5 all updated in rpm-4.2-0.13 when built.

No.