Bug 178821

Summary: php-pear is missing Require on php
Product: [Fedora] Fedora Reporter: Tim Jackson <rpm>
Component: php-pearAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.4.6-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-30 15:53:25 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: 176733    

Description Tim Jackson 2006-01-24 16:57:19 UTC
Description of problem:
php-pear does not have a Require on php :)

Spotted it when I tried to build php-pear-DB in extras:
http://buildsys.fedoraproject.org/logs/fedora-development-extras/3253-php-pear-DB-1.7.6-3/noarch/build.log

Version-Release number of selected component (if applicable):
php-pear-1.4.5-6

How reproducible: Always


Steps to Reproduce:
rpm -qp --requires php-pear-1.4.5-6.noarch.rpm

Actual results:
/bin/sh
config(php-pear) = 1:1.4.5-6
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(VersionedDependencies) <= 3.0.3-1


Expected results:
php
/bin/sh
config(php-pear) = 1:1.4.5-6
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(VersionedDependencies) <= 3.0.3-1

Comment 1 Joe Orton 2006-01-30 15:53:25 UTC
OK, thanks, done.