|
Bugzilla – Full Text Bug Listing |
| Summary: | rpmconf fails to run | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Benoît Monin <benoit.monin> |
| Component: | Other | Assignee: | 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: | --- |
Never mind, the fix is already on its way to factory: https://build.opensuse.org/request/show/1143532 |
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'