Bug 1219499

Summary: rpmconf fails to run
Product: [openSUSE] openSUSE Tumbleweed Reporter: Benoît Monin <benoit.monin>
Component: OtherAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Benoît Monin 2024-02-02 12:20:56 UTC
rpmconf fails to run on tumbleweed 20240131, it runs fine on 20240130.

Running it throws the following error message:

Traceback (most recent call last):
  File "/sbin/rpmconf", line 25, in <module>
    from rpmconf import rpmconf
  File "/usr/lib/python3.11/site-packages/rpmconf/rpmconf.py", line 47, in <module>
    rpm.setInterruptSafety(False)
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'rpm' has no attribute 'setInterruptSafety'
Comment 1 Benoît Monin 2024-02-02 12:27:09 UTC
Never mind, the fix is already on its way to factory: https://build.opensuse.org/request/show/1143532