Bug 606906

Summary: Cannot get packages to update
Product: Red Hat Enterprise Linux 5 Reporter: Nancy <nancy.eustice>
Component: rpmAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DEFERRED QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: medium Docs Contact:
Priority: low    
Version: 5.5CC: ffesti
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: 2013-03-07 15:18: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 Nancy 2010-06-22 17:27:32 UTC
Description of problem:
Cannot get my packages to update using the Red Hat repository

Version-Release number of selected component (if applicable):
rpm-4.4.2-48.el5
Red Hat Enterprise Linux Client release 5.5 (Tikanga)

How reproducible:


Steps to Reproduce:
1.yum update --skip-broken

Actual results:
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
openssl is needed by (installed) openssl-devel
Complete!



Expected results:  All packages updated


Additional info:  I have been running yum update and have gotten all kinds of dependency issues;  Then I run the --skip-broken and get the above

Comment 1 Florian Festi 2013-03-07 15:18:18 UTC
Looks like yum tries to fix the situation but misses a dependency. Removing openssl-devel by hand should solve the problem present on the system. AFAIK there have been some improvements on the --skipbroken code, so it is likely that this exact problem does no longer exist.