| Summary: | policycoreutils-gui missing python-slip-dbus dependency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Reedy <thebenj88> |
| Component: | policycoreutils | Assignee: | Petr Lautrbach <plautrba> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | dwalsh, mgrepl, plautrba |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | policycoreutils-2.4-21.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-09 15:50:16 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: | |
The requirement added. Thank you for the report. policycoreutils-2.4-21.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-0d7b26739e policycoreutils-2.4-21.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-0d7b26739e policycoreutils-2.4-21.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. policycoreutils-2.4-21.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. policycoreutils-2.4-21.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: selinux-polgengui fails to start. Running the command from a terminal reveals missing python library. Version-Release number of selected component (if applicable): 2.4-20.fc23 How reproducible: Always Steps to Reproduce: 1. Run selinux-polgengui Actual results: Traceback (most recent call last): File "/usr/bin/selinux-polgengui", line 753, in <module> app = childWindow() File "/usr/bin/selinux-polgengui", line 180, in __init__ self.all_modules = sepolicy.get_all_modules() File "/usr/lib64/python2.7/site-packages/sepolicy/__init__.py", line 166, in get_all_modules from .sedbus import SELinuxDBus File "/usr/lib64/python2.7/site-packages/sepolicy/sedbus.py", line 5, in <module> from slip.dbus import polkit ImportError: No module named slip.dbus Expected results: selinux-polgengui runs normally Additional info: Manually installing python-slip-dbus resolved the issue.