Bug 1159370
| Summary: | Missing dependency on libosinfo | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabian Deutsch <fdeutsch> | |
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 21 | CC: | agedosier, berrange, clalancette, crobinso, gscrivan, itamar, jforbes, laine, lars, libvirt-maint, veillard, virt-maint | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | virt-manager-1.1.0-4.git310f6527.fc21 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1159401 (view as bug list) | Environment: | ||
| Last Closed: | 2014-11-22 00:46:28 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1159401 | |||
yes, the libosinfo dependency is mistakenly added to virt-manager, while it should be added to common. Patch sent upstream: https://www.redhat.com/archives/virt-tools-list/2014-October/msg00173.html commit 23d2047576b40e9bb3342cf98d05649dd709b91b
Author: Giuseppe Scrivano <gscrivan>
Date: Fri Oct 31 20:09:54 2014 +0100
spec: move dependency to libosinfo from virt-manager to common
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1159370
virt-manager-1.1.0-4.git310f6527.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/virt-manager-1.1.0-4.git310f6527.fc21 *** Bug 1164922 has been marked as a duplicate of this bug. *** Package virt-manager-1.1.0-4.git310f6527.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing virt-manager-1.1.0-4.git310f6527.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-15270/virt-manager-1.1.0-4.git310f6527.fc21 then log in and leave karma (feedback). virt-manager-1.1.0-4.git310f6527.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: pkcon install virt-sinstall does not pull in libosinfo Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: [root@host-01 images]# virt-install --help Traceback (most recent call last): File "/usr/share/virt-manager/virt-install", line 29, in <module> import virtinst File "/usr/share/virt-manager/virtinst/__init__.py", line 85, in <module> from virtinst.distroinstaller import DistroInstaller File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 28, in <module> from . import osdict File "/usr/share/virt-manager/virtinst/osdict.py", l