Bug 1065421
| Summary: | Remove dependency on 'libvirt' RPM | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Daniel Berrangé <berrange> |
| Component: | virt-who | Assignee: | Radek Novacek <rnovacek> |
| Status: | CLOSED ERRATA | QA Contact: | gaoshang <sgao> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | ovasik, shihliu |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | virt-who-0.11-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-05 10:23:04 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: | |||
|
Description
Daniel Berrangé
2014-02-14 16:01:42 UTC
This has been fixed by rebase to virt-who-0.11-1.el7, see bug 1122489. Verify it on virt-who-0.11-2.el7.noarch. Verified process: 1.Check virt-who hasn't been installed. [root@dhcp-129-187 ~]# rpm -q virt-who package virt-who is not installed 2. Install virt-who package.it only dependent on libvirt-python [root@dhcp-129-187 ~]# yum install virt-who Loaded plugins: langpacks, product-id, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Resolving Dependencies --> Running transaction check ---> Package virt-who.noarch 0:0.11-2.el7 will be installed --> Processing Dependency: libvirt-python for package: virt-who-0.11-2.el7.noarch --> Processing Dependency: python-suds for package: virt-who-0.11-2.el7.noarch --> Running transaction check ---> Package libvirt-python.x86_64 0:1.2.8-4.el7 will be installed ---> Package python-suds.noarch 0:0.4.1-5.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================ Package Arch Version Repository Size ============================================================================================================================================ Installing: virt-who noarch 0.11-2.el7 server 94 k Installing for dependencies: libvirt-python x86_64 1.2.8-4.el7 server 289 k python-suds noarch 0.4.1-5.el7 server 204 k Transaction Summary ============================================================================================================================================ Install 1 Package (+2 Dependent packages) Total download size: 587 k Installed size: 2.4 M Is this ok [y/d/N]: y Downloading packages: (1/3): libvirt-python-1.2.8-4.el7.x86_64.rpm | 289 kB 00:00:00 (2/3): python-suds-0.4.1-5.el7.noarch.rpm | 204 kB 00:00:00 (3/3): virt-who-0.11-2.el7.noarch.rpm | 94 kB 00:00:00 -------------------------------------------------------------------------------------------------------------------------------------------- Total 1.9 MB/s | 587 kB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Warning: RPMDB altered outside of yum. Installing : libvirt-python-1.2.8-4.el7.x86_64 1/3 Installing : python-suds-0.4.1-5.el7.noarch 2/3 Installing : virt-who-0.11-2.el7.noarch 3/3 server/productid | 1.6 kB 00:00:00 Verifying : virt-who-0.11-2.el7.noarch 1/3 Verifying : python-suds-0.4.1-5.el7.noarch 2/3 Verifying : libvirt-python-1.2.8-4.el7.x86_64 3/3 Installed: virt-who.noarch 0:0.11-2.el7 Dependency Installed: libvirt-python.x86_64 0:1.2.8-4.el7 python-suds.noarch 0:0.4.1-5.el7 Complete! [root@dhcp-129-187 ~]# rpm -q virt-who 3. Check the virt-who, it has been installed successfully [root@dhcp-129-187 ~]# rpm -q virt-who virt-who-0.11-2.el7.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0430.html |