Bug 55621

Summary: %post scriptlet fails with --excludedocs
Product: [Retired] Red Hat Raw Hide Reporter: Tim Waugh <twaugh>
Component: grepAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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-11-08 10:42:15 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:
Bug Depends On:    
Bug Blocks: 54961, 55286    

Description Tim Waugh 2001-11-02 23:22:21 UTC
Description of Problem:
When installing grep with --excludedocs the %post scriptlet fails because 
the info files are not installed.

Version-Release number of selected component (if applicable):
2.5-0.f.2

How Reproducible:
100%

Steps to Reproduce:
1. rpm -e grep
2. rpm -ivh grep* --excludedocs

Additional Information:
The %post scriptlet should use '|| :' to fix this.

Comment 1 Bill Nottingham 2001-11-05 15:25:29 UTC
Alternatively, perhaps info pages shouldn't be marked as %doc.

Comment 2 Tim Waugh 2001-11-05 15:28:20 UTC
The info pages are not marked as %doc.  However, rpm decides not to install 
them anyway if you use --excludedocs.


Comment 3 Tim Waugh 2001-11-09 11:51:30 UTC
(This is fixed in 0.f.3)