Bug 515720
| Summary: | RFE - Add yum-priorities support to RHN | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Chris Stankaitis <cstankaitis> |
| Component: | Clients | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.7 | CC: | cperry, jhutar, jpazdziora, mmraka |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-01-28 14:15:22 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 653453 | ||
|
Description
Chris Stankaitis
2009-08-05 13:48:43 UTC
Chris, the yum-priorities package is not available in Red Hat Enterprise Linux (5.4) and it is not even available in EPEL. Thus, adding this feature to yum-rhn-plugin in Red Hat Enterprise Linux is not feasible. I'm moving this bugzilla to Spacewalk which is the upstream for yum-rhn-plugin. Mass-moving to space13. This can be already achieved by adding priority=XX option into /etc/yum/pluginconf.d/rhnplugin.conf. E.g.: /etc/yum/pluginconf.d/rhnplugin.conf: [main] enabled = 1 gpgcheck = 1 # default priority for rhnplugin repos not explicitely mentioned here priority = 20 [rhel-i386-server-6] # higher priority priority=10 [rhel-i386-server-optional-6] # lower priority priority=30 |