Re: rpm version numbering
Paul Nasrat <[email protected]> Tue, 22 Oct 2002 12:06:57 +0100
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Oct 22, 2002 at 03:50:49AM -0700, Barry K. Nathan wrote:
> On Tue, Oct 22, 2002 at 12:05:46PM +0200, Jacco Ligthart wrote:
> It's possible that the Red Hat postfix packages have an increased epoch
> for whatever reason.
Here's a quick way of checking:
RH 7.3
rpm -q --queryformat "%{NAME}-%{VERSION}-%{RELEASE} %{EPOCH}\n" postfix
Jacco probably could use the Epoch on your own rpms to force current to
see the differently labeled packages as newer just add:
Epoch: 1
Or whatever number.
channel.py has the epoch comparing stuff in labelCompare.
HTH
Paul