Created attachment 823607 [details] Traceback Description of problem: On f18, 'autoremove' "crashes" yum. Version-Release number of selected component (if applicable): yum-3.4.3-54.fc18.noarch How reproducible: Steps to Reproduce: 1. yum autoremove <somepackage> 2. 3. Actual results: autoremove broken, yum gives traceback Expected results: 'autoremove' works Additional info:
This got fixed upstream and in f19 and up. I don't think it's important enough to have this fixed in f18, too. You can work the bug around with: yum --setopt=clean_requirements_on_remove=true remove blah *** This bug has been marked as a duplicate of bug 882484 ***