Bug 887657
| Summary: | Missing Requires on pygobject3-base and libselinux-python | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael S. <misc> |
| Component: | libvirt-sandbox | Assignee: | Daniel Berrangé <berrange> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | berrange, dwalsh, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-sandbox-0.1.1-3.fc18 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-18 20:02:01 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: | |
| Embargoed: | |||
commit b0205c3ea3e5d411e0fe347a2e9797eabe4bda98
Author: Daniel P. Berrange <berrange>
Date: Tue Jul 9 11:46:10 2013 +0100
Add missing deps on pygobject3-base & libselinux-python
libvirt-sandbox-0.1.1-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/libvirt-sandbox-0.1.1-3.fc18 Package libvirt-sandbox-0.1.1-3.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libvirt-sandbox-0.1.1-3.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18108/libvirt-sandbox-0.1.1-3.fc18 then log in and leave karma (feedback). libvirt-sandbox-0.1.1-3.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: # virt-sandbox-service create -d -C -u nginx.service test_lxc Traceback (most recent call last): File "/bin/virt-sandbox-service", line 24, in <module> from gi.repository import LibvirtGObject ImportError: No module named gi.repository seems there is a missing requires on pygobject3-base, and later on libselinux-python ( since import selinux fail once pygobject3-base is installed )