Modify ↓
Ticket #830 (closed enhancement: fixed)
RPMng unspecified epoch in Instance causes verify to fail
Reported by: | https://www.google.com/accounts/o8/id?id=AItOawkSsFd6lqQkgZsyjbW-povvFQdV1OAQFVw | Owned by: | desai |
---|---|---|---|
Priority: | trivial | Milestone: | Bcfg2 1.2.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | RPMng verification epoch | Cc: |
Description
If an 'Instance' of a package does not include the 'epoch' attribute package verification will fail, e.g.,:
Verifying package instances for mod_ssl
Wrong version installed. Want 1:2.2.3-31.el5.centos.2.x86_64, but have 1:2.2.3-31.el5.centos.2.x86_64 Package mod_ssl failed verification
Defining the 'epoch' attribute: <Instance epoch='1' version='2.2.3' release='31.el5.centos.2' arch='x86_64'/>
causes the verification to succeed as expected.
I am filing this as desai wanted to take a look. Now that I know 'epoch' is an attribute I don't think this is a bug. I would rather define 'epoch' than bcfg2 guess at the correct version.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.