Bug 461165
Summary: | Broken rpm dependecy solver | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Miroslav Suchý <msuchy> | ||||
Component: | rpm | Assignee: | Panu Matilainen <pmatilai> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.2 | CC: | bperkins, dkovalsk, jhutar, jnovy, psklenar, syeghiay | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-09-26 06:38:57 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: | |||||||
Attachments: |
|
Description
Miroslav Suchý
2008-09-04 17:20:31 UTC
Note: same situation with packages built for RHEL4 and installing on RHEL4 is without problem. So we find the cause of this bug. It because ConfigPusher-general provides SatConfig-general. In general this bug will appear (and only on rhel5) if: A require B and C B provide C if you do yum install A it correctly install A and B only. But then if I say rpm -Uvh C I got the error: error: Failed dependencies: B is needed by (installed) A and it is IMO perfectly valid to have two package with the same provides (think about www-client [curl and wget]). Lowering priority since we removed the provides and it work for us. But the bug in rpm is there. |