Bug 568488
Summary: | yum-plugin-auto-update-debug-info should not affect 'install' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Roland McGrath <roland> |
Component: | yum-utils | Assignee: | Seth Vidal <skvidal> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | james.antill, maxamillion, pmatilai, tim.lauridsen |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-05-05 20:09:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Roland McGrath
2010-02-25 20:09:58 UTC
All what the plugins does is to enable the '*-debuginfo' repos for the active repositories. It is a TYPE_CORE plugin so it is active for all consumers of the yum api, not just yum-cli. So there is no way to limit it to 'yum update'. you can disable the plugin so it don't run every time and use the '--enableplugin=auto-update-debuginfo' to enable it when you want it. (hint : you can use the yum-plugin-aliases to create an alias for --enableplugin=auto-update-debuginfo, if you dont wan't to type so much ) The plugin is misnamed if that's all it's ever going to do. Rename it to yum-auto-debuginfo or something, or else implement it in whatever way makes it actually do what it says it does. So the problem is that the way the plugin works is that it looks to see if you have any debuginfo packages installed already, and _if you do_ it then enables the debuginfo repos. ... so that updates work. The name reflects that, and people's desire that "I've installed debuginfos and I want them to automatically update". Yes, after you've installed at least one debuginfo rpm, you can then install more debuginfos but that's kind of an edge case. It's also fair to say that I _very rarely_ see people use "yum install 'foo*'" commands. |