| Summary: | repo-rss has missing 'Requires: libxml2-python' | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Eva Mrakova <emrakova> |
| Component: | yum-utils | Assignee: | Valentina Mukhamedzhanova <vmukhame> |
| Status: | CLOSED ERRATA | QA Contact: | Eva Mrakova <emrakova> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | emrakova, johnny, vmukhame |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | yum-utils-1.1.31-35.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1155093 | Environment: | |
| Last Closed: | 2016-11-04 00:14:31 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: | |
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/RHBA-2016-2187.html |
Also happens for yum-utils-1.1.31-34.el7.noarch easy reproducer (when yum-utils is already installed): 1. # rpm -e --nodeps libxml2-python 2. # yum -y reinstall yum-utils 3. # repo-rss -h Traceback (most recent call last): File "/usr/bin/repo-rss", line 25, in <module> import libxml2 ImportError: No module named libxml2 +++ This bug was initially created as a clone of Bug #1155093 +++ Description of problem: yum-utils needs to have a Requires: libxml2-python added as repo-rss requires libxml2-python. Version-Release number of selected component (if applicable): yum-utils-1.1.30-30.el6 How reproducible: Always Steps to Reproduce: 1. Do a minimal RHEL-6.6 install then install yum-utils