Description of problem: exception in yumex, unsubcriptable Version-Release number of selected component (if applicable): traceback says 1.1.0, rpm says 1.2.0 How reproducible: select one or more rpm's for update. Steps to Reproduce: 1. run repo refresh 2. select on or more updates to queue 3. process queue Actual results: exception popup dialog Expected results: updated system Additional info: see attached traceback
Created attachment 134102 [details] traceback from exception
The error occours in the yum plugin located in /usr/lib/yum-plugins/kmdl.py. It looks like is only working with commandline yum and not applications using the yum API like yumex, pirut, pup. You can disable the plugin in the yumex preferences. The plugin shoud have a plugin_type = (TYPE_CORE, TYPE_INTERACTIVE) because it works with the yum command line, The TYPE_INTERACTIVE interactive flag with make the plugin inactive in yumex, because it only uses TYPE_CORE plugins.