Bugzilla – Bug 1219499
rpmconf fails to run
Last modified: 2024-02-02 12:27:09 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'
Never mind, the fix is already on its way to factory: https://build.opensuse.org/request/show/1143532