Bug 134091

Summary: perl is missing a build dependency
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: perlAssignee: Chip Turner <cturner>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2004-09-29 17:35:18 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 Steve Grubb 2004-09-29 16:07:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
perl is missing a build dependency on the man package. If perl is
built without it being installed, it will refuse to build man pages
for perl modules that use pod2man. Many perl packages dynamically
create their file list, so it will go unnoticed when used to build
many other packages. It should have:

BuildRequires: man

Version-Release number of selected component (if applicable):
perl-5.8.5-3

How reproducible:
Always

Steps to Reproduce:
1. rpm -e man
2. rpmbuild -bb perl.spec
3. rpmbuild -bb perl-Filter
4. rpm -qpl perl-Filter-1.30-6.i386.rpm | grep man
    

Actual Results:  Nothing printed in step 4 above

Expected Results:  All the man pages for perl-Filter

Additional info:

Comment 1 Chip Turner 2004-09-29 17:34:00 UTC
added buildrequire of 'man' to the package; should be part of the next
update