Bug 971599
| Summary: | [RHEL7] Yum config manager confuses ID and name | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ben Woodard <woodard> | |
| Component: | yum-utils | Assignee: | James Antill <james.antill> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Karel Srot <ksrot> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 7.0 | CC: | jzeleny, ksrot, packaging-team-maint, tcallawa, tgummels, woodard | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | yum-utils-1.1.31-17.el7 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 971598 | |||
| : | 1686779 (view as bug list) | Environment: | ||
| Last Closed: | 2014-06-13 11:11:56 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: | 819062 | |||
|
Description
Ben Woodard
2013-06-06 21:42:23 UTC
yum side is now upstream and in f19/rhel-7 ... just need to update the yum-utils side to turn the feature on in findRepos(). <james> Are the id and names different? <james> yum-config-manager just takes ids <james> repolist does both, IIRC. <neb> doh that is subtle <james> ugh … even worse yum-config-manager seems to take names only … doh! <james> that can't be right. <james> oh … the code is using name for id … nice. <james> yeh, repolist has it's own find routine … I can fix that for RHEL-7, probably. Ok, so "yum repolist" and yum-config-manager work different. Should we fix repolist or yum-config-manager? Should it search IDs, names, or both? Thanks! This is the yum side commit:
commit 65d1cd21418b140e7ab74e568b16067a1b01d2c9
Author: James Antill <james>
Date: Fri Jun 7 11:37:32 2013 -0400
Extend findRepos() so it can work like repolist. BZ 971599.
...then for yum-utils:
commit 1731df0b7175a1268188e432b21fc7ee0c6e5037
Author: James Antill <james>
Date: Tue Jun 18 15:11:18 2013 -0400
Use new findRepos() API for yum-config-manager. BZ 971599.
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |