Bug 1009499
| Summary: | yum complicates config URIs needlessly, leading to strange error messages | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Pokorný [poki] <jpokorny> | |
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | |
| Status: | CLOSED ERRATA | QA Contact: | Karel Srot <ksrot> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.5 | CC: | james.antill, ksrot, vmukhame | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | yum-3.2.29-51.el6 | Doc Type: | Bug Fix | |
| Doc Text: |
NO DOCS NEEDED
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1095146 (view as bug list) | Environment: | ||
| Last Closed: | 2014-10-14 04:36:45 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: | ||||
Fixed in upstream - http://yum.baseurl.org/gitweb?p=yum.git;a=commitdiff;h=bec81af1bffdd3c3511ad8861fb66b376bee89e9 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. http://rhn.redhat.com/errata/RHBA-2014-1410.html |
# echo "exclude=" > /etc/yum.repos.d/test.repo # yum search foo > Error: File contains no section headers. > file: file://///etc/yum.repos.d/test.repo, line: 1 > 'exclude=\n IOW, the path of repository config is tracked as ///etc/yum.repos.d/test.repo (also confirmed by looking with debugger around getReposFromConfigFile method: repofn was OK for /etc/yum.conf but needlessly extended for files under /etc/yum.repos.d/. yum-3.2.29-40.el6.noarch (confirmed also with yum-3.4.3-54.fc18.noarch)