Bug 1030032

Summary: yum autoremove <somepackage> "crashes" on f18
Product: [Fedora] Fedora Reporter: Branko Grubić <bitlord0xff>
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: admiller, ffesti, firas.alkafri, packaging-team-maint, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-14 08:56:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Traceback none

Description Branko Grubić 2013-11-13 18:35:53 UTC
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:

Comment 1 Zdeněk Pavlas 2013-11-14 08:56:20 UTC
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 ***