Bug 1219499 - rpmconf fails to run
Summary: rpmconf fails to run
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-02 12:20 UTC by Benoît Monin
Modified: 2024-02-02 12:27 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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