Description of problem: Yumex crashes on startup. Version-Release number of selected component (if applicable): 1.0.0 How reproducible: Run yumex - failure follows some time later before yumex is ready to use Steps to Reproduce: 1. run yumex 2. wait a few seconds :-) 3. Actual results: Exception flaged. Text follows: Component: yumex Version: 1.0.0 Summary: TB2eba5ffb updates.py:521:getObsoletesList:AttributeError: Updates instance has no attribute 'obsoletes' Traceback (most recent call last): File "yumexmain.py", line 948, in ? mainApp = YumexMainApplication() File "yumexmain.py", line 477, in __init__ self.setup_yum() File "yumexmain.py", line 899, in setup_yum self.yumexbase.build_package_lists( self.recentlimit, pkglists ) File "yumexBase.py", line 499, in build_package_lists File "updates.py", line 521, in getObsoletesList AttributeError: Updates instance has no attribute 'obsoletes' Local variables in innermost frame: newest: 0 self: <rpmUtils.updates.Updates instance at 0xb794e4ac> arch: None name: None Expected results: No exception was expected. Additional info: none
*** This bug has been marked as a duplicate of 190653 ***