Bug 473051

Summary: bogus dependencies on perl modules
Product: [Fedora] Fedora Reporter: Ralf Corsepius <rc040203>
Component: sambaAssignee: Guenther Deschner <gdeschner>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 10CC: gdeschner, pmatilai, ssorce
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: 2009-02-05 02:20:28 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: 473874    
Bug Blocks:    

Description Ralf Corsepius 2008-11-26 10:04:55 UTC
Description of problem:

The samba package pulls in several bogus dependencies on perl modules:

# rpm -q --requires samba | grep perl
/usr/bin/perl  
perl(Carp)  
perl(Convert::ASN1)  
perl(Getopt::Long)  
perl(Getopt::Std)  
perl(IO::Socket)  
perl(POSIX)  
perl(Time::Local)  
perl(strict)

AFAIS, none of the samba binaries actually requires anything in perl.

Most likely, these deps originate from rpm bogusly adding deps on perl scripts being shipped below /usr/share/doc/samba-*.

Version-Release number of selected component (if applicable):
samba-3.2.4-0.22.fc10.x86_64


Actual results:
Plenty of bogus package deps, adding dependency bloat.

Expected results:
No bogus deps.

Additional info:
Unless rpm can be fixed, you probably need to filter these deps from inside of your rpm.spec.

Comment 1 Fedora Update System 2009-02-05 02:20:25 UTC
samba-3.2.8-0.26.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.