Bug 621178

Summary: excludedocs doesn't work on man pages
Product: [Fedora] Fedora Reporter: Marcela Mašláňová <mmaslano>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: ffesti, jnovy, pmatilai, rc040203
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: 2010-08-05 07:21:48 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 Marcela Mašláňová 2010-08-04 13:21:44 UTC
Description of problem:
Command 'rpm -i --excludedocs cronie' shouldn't install man pages, but it does. Is it bug in man page of rpm or something else is terribly wrong?

Version-Release number of selected component (if applicable):
rpm-4.8.1-2.fc13.x86_64

How reproducible:
rpm -i --excludedocs cronie
rpm -ql cronie | grep man

Steps to Reproduce:
1.
2.
3.
  
Actual results:
man pages are installed.

Expected results:
man pages are not installed.

Additional info:

Comment 1 Ralf Corsepius 2010-08-04 15:51:37 UTC
(In reply to comment #0)

> Actual results:
> man pages are installed.
Check whether the files are installed on disk.

rpm -ql only checks the rpmdb.

Comment 2 Marcela Mašláňová 2010-08-05 07:21:48 UTC
Thanks for your help.