Bug 1466768

Summary: [DNF] 'module' object has no attribute 'RPMCALLBACK_ELEM_PROGRESS'
Product: Red Hat Enterprise Linux 7 Reporter: Eva Mrakova <emrakova>
Component: rpmAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.5CC: dmach, emrakova, ksrot, pmatilai
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-30 12:23:30 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:

Description Eva Mrakova 2017-06-30 12:16:34 UTC
Description of problem:

This currently blocks DNF running on RHEL 7:

Running transaction test
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/dnf/yum/rpmtrans.py", line 425, in callback
    elif what == rpm.RPMCALLBACK_ELEM_PROGRESS:
AttributeError: 'module' object has no attribute 'RPMCALLBACK_ELEM_PROGRESS'

TypeError: an integer is required
FATAL ERROR: python callback <bound method RPMTransaction.callback of <dnf.yum.rpmtrans.RPMTransaction object at 0x492ff10>> failed, aborting!

Comment 2 Panu Matilainen 2017-06-30 12:23:30 UTC

*** This bug has been marked as a duplicate of bug 1466649 ***