Bug 489407

Summary: AttributeError: 'rpm.ts' object has no attribute 'IDTXload'
Product: [Fedora] Fedora Reporter: Michal Nowak <mnowak>
Component: rpmlintAssignee: Ville Skyttä <ville.skytta>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: manuel.wolfshant, ohudlick, tmz, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-09 21:50:11 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 Michal Nowak 2009-03-09 21:26:07 UTC
Description of problem:

newman SPECS $ rpmlint -a fltk2.spec 
0 packages and 1 specfiles checked; 0 errors, 0 warnings.
Traceback (most recent call last):
  File "/usr/share/rpmlint/rpmlint.py", line 295, in <module>
    main()
  File "/usr/share/rpmlint/rpmlint.py", line 139, in main
    for item in ts.IDTXload():
AttributeError: 'rpm.ts' object has no attribute 'IDTXload'

(Happens for every SPEC, (S)RPM...)

Version-Release number of selected component (if applicable):

rpmlint-0.85-2.fc10.noarch (i386 box)

How reproducible:

always
  
Actual results:

BT

Expected results:

dunno :), no idea what the option is supposed to do :).

Comment 1 Ville Skyttä 2009-03-09 21:50:11 UTC
-a is supposed to check all installed packages on the system.

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