Modify ↓
Ticket #719 (closed defect: worksforme)
Yum support in the Packages plugin should call Yum to calculate dependencies
Reported by: | David Strauss <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
Currently, the Yum support assumes the upstream repositories are all native Yum. This is not true for the Red Hat Network, which uses its own XMLRPC server. If the Packages plugin uses Yum's own "yum deplist", then it can be compatible with any Yum back-end.
Attachments
Change History
comment:1 Changed 14 years ago by David Strauss <[email protected]…>
comment:2 Changed 14 years ago by David Strauss <[email protected]…>
The necessity of this issue is somewhat a result of the problems in bug #725.
Note: See
TracTickets for help on using
tickets.
Here's a rough draft of the basic idea, without proper support for unknown packages.