Bug 227308 - bogus call in versionlock.py
Summary: bogus call in versionlock.py
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-02-05 03:53 UTC by Curtis Doty
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-02-06 10:41:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Curtis Doty 2007-02-05 03:53:17 UTC
(n, e, v, r, a) = pkg.returnNevraTuple()

Is bogus. Maybe you meant this?

(n, e, v, r, a) = pkg._pkgtup()

Comment 1 Tim Lauridsen 2007-02-05 13:16:29 UTC
This is fixed upstream in yum-utils-1.0.2.

Yum Bugzilla:
https://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=667

CVS diff.
http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum-utils/plugins/versionlock/versionlock.py?r1=1.5&r2=1.6

I have asked Seth to push yum-utils-1.0.2 into Extras.




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