Bug 1024111
| Summary: | yum-config-manager --setopt doesn't work with dotted repoids | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | John W. Lamb <jolamb> |
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Karel Srot <ksrot> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.4 | CC: | admiller, james.antill, jzeleny, ksrot, lmeyer, lsurette, packaging-team-maint, tim.lauridsen, vmukhame |
| Target Milestone: | rc | ||
| Target Release: | 6.5 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | yum-3.2.29-47.el6 | Doc Type: | Bug Fix |
| Doc Text: |
NO DOCS NEEDED
|
Story Points: | --- |
| Clone Of: | 1023595 | Environment: | |
| Last Closed: | 2014-10-14 04:37:00 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: | 1023595, 1094373, 1097297 | ||
| Bug Blocks: | 1099559 | ||
|
Description
John W. Lamb
2013-10-28 21:07:21 UTC
Simple patch, that should backport easily ...
commit a39f13193419ce9494f21963b32ed7d4453e8e49
Author: James Antill <james>
Date: Fri Oct 25 16:38:13 2013 -0400
Fix some bugs in setopt for repo config. entries. BZ 1023595.
1. Sort the wildcard entries, so we always do them in the same order
(probably almost never get more than one anyway).
2. Split repoid.config_name on the last dot instead of the first as
repoid can contain dots.
3. Don't set non-wildcard entries twice, just for fun.
We'd like to request a 6.5 errata for this. 6.4 z-stream not needed, but we don't want to wait for 6.6. I'll try to figure out whom to involve to get it on the right track. *** Bug 1073626 has been marked as a duplicate of this bug. *** 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 |