Bug 61511

Summary: incorrect dep listed in UnsolvedDependencyError
Product: [Retired] Red Hat Linux Reporter: James Manning <jmm>
Component: up2dateAssignee: Adrian Likins <alikins>
Status: CLOSED DUPLICATE QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: low    
Version: 7.2CC: gafton, mihai.ibanescu, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-03-20 22:30:39 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 Flags
yes, I *am* lame enough to supply a patch :) none

Description James Manning 2002-03-20 21:32:35 UTC
up2date.py, around line 1040 does the raise UnsolvedDependencyError
seen in bugs like bug 61457, but the error string doesn't make sense.

I think (not sure) that the second %s sub should be just dep and notretList[dep].
Checking the loop, since pkgs is retList[dep] from line 1024 and we never modify
either, I think they'd always be the same.

Comment 1 James Manning 2002-03-20 21:41:09 UTC
Created attachment 49268 [details]
yes, I *am* lame enough to supply a patch :)

Comment 2 Adrian Likins 2002-03-20 22:30:34 UTC
yeah, looks right.

Thanks for the patch.

Comment 3 James Manning 2002-03-20 22:57:47 UTC

*** This bug has been marked as a duplicate of 61527 ***