Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1156485

Summary: [rfe] use dnf instead of yum
Product: [Fedora] Fedora Reporter: Rahul Sundaram <metherid>
Component: libreportAssignee: Jakub Filak <jfilak>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: abrt-devel-list, dvlasenk, jberan, jfilak, mhabrnal, mmilata, mtoman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libreport-2.5.0-1.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-18 09:31:43 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:
Bug Depends On: 1138096, 1184943, 1189069, 1189083, 1195661    
Bug Blocks: 1156491    

Description Rahul Sundaram 2014-10-24 14:44:41 UTC
Description of problem:


Fedora 22 is planning to switch over to dnf from yum as per

https://fedoraproject.org/wiki/Changes/ReplaceYumWithDNF

libreport-python should switch over to using dnf instead of yum in rawhide

Comment 1 Jakub Filak 2014-10-24 15:08:07 UTC
Thanks for the report!

Upstream ticket: https://github.com/abrt/libreport/issues/291

Comment 2 Jakub Filak 2014-10-31 11:56:16 UTC
We have to port DebugInfoDownload class[1] to dnf.Base.

1: https://github.com/abrt/libreport/blob/master/src/client-python/debuginfo.py#L226