Bug 153164 - Spec file cleanup of perl-DBI
Summary: Spec file cleanup of perl-DBI
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-DBI
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Warren Togami
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-04-01 21:56 UTC by Robert Scheck
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-01 23:07:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Diff of spec files (2.90 KB, patch)
2005-04-01 21:59 UTC, Robert Scheck
no flags Details | Diff
filter-requires-dbi.sh (64 bytes, text/plain)
2005-04-01 21:59 UTC, Robert Scheck
no flags Details

Description Robert Scheck 2005-04-01 21:56:00 UTC
Description of problem:
Spec file cleanup of perl-DBI.

Version-Release number of selected component (if applicable):
perl-DBI-1.48-1

Actual results / Expected results:
I would suggest the attached changes, review it and decide yourself.

Comment 1 Robert Scheck 2005-04-01 21:59:09 UTC
Created attachment 112602 [details]
Diff of spec files

Comment 2 Robert Scheck 2005-04-01 21:59:34 UTC
Created attachment 112603 [details]
filter-requires-dbi.sh

Comment 3 Warren Togami 2005-04-01 22:35:30 UTC
[VERIFY] [perl-DBI] RPM.requires <tt>perl(Apache)</tt> appearing on i386 ia64
ppc ppc64 s390 s390x x86_64 

Do we have this in Core?  Just verifying.

Comment 4 Robert Scheck 2005-04-01 22:54:25 UTC
I would say so:

# rpm -q --whatprovides perl\(Apache\)
mod_perl-1.99_17-2
# 

Verifying for all archs:

# for i in i386 ia64 ppc ppc64 s390 s390x x86_64; do 
echo "$i: $(rpm -qp --provides http://download.fedora.redhat.com/pub/fedora/linux/core/development/$i/Fedora/RPMS/mod_perl-1.99_17-2.$i.rpm | grep 'perl(Apache)')";
done
#

is telling me:

i386: perl(Apache)
ia64: perl(Apache)
ppc: perl(Apache)
ppc64: perl(Apache)
s390: perl(Apache)
s390x: perl(Apache)
x86_64: perl(Apache)

looks okay in my eyes.

But we also can filter the requirement further on (if the dependency between 
perl-DBI and mod_perl is a possible problem), no problem.


Note You need to log in before you can comment on or make changes to this bug.