Modify ↓
Ticket #396 (closed defect: fixed)
RPM/Yum driver needs to handle multiple versions of the same package being installed.
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.9.3 Release |
Component: | bcfg2-client | Version: | 0.9.x |
Keywords: | Cc: |
Description
When multiple versions of the same package are installed (e.g. the kernel) the RPM/YUM driver takes the version of the package installed to be the last one (I think) that rpm -qa reports, which may or may not be the latest release.
This can result in reinstallation of a package every time the client is run
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
This is fixed with the new RPMng driver that you've written, which I just committed in [ca0148e3ee939b0eb84e61ba40c5fbdc9b81afc2] (SVN r3013).