Re: RPM upgrade caveats going from a beta version to RC

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: RPM upgrade caveats going from a beta version to RC
Date: 2001-04-08 07:43:17
Message-ID: 200104080743.f387hJ224776@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker wrote:
>On Sat, 7 Apr 2001, Lamar Owen wrote:
>
>> One quick note -- since 'R' < 'b', the RC RPM's must be forced to
>> install with --oldpackage, as RPM does a simple strcmp of version
>> numbers -- 7.1RC3 < 7.1beta1, for instance. Just force it with
>> --oldpackage if you have a 7.1beta RPM already installed.
>
>Huh? I always thought that ASCII R was greater then b ... *confused* in
>the future, would it help to have 7.2Beta? Or am I missing something? :)

R = 82
b = 98

so b comes after R, and `blank' comes before either!

Therefore 7.1 < 7.1RC < 7.1beta !

As I suggested in another mail, let us switch to using even minor
numbers for releases and odd ones for development:

That means the final release of 7.1 will be called 7.2. Bugfix releases
will then be 7.2.x. Meanwhile new development versions will be 7.3.x
which will finally be released as 7.4, and so on...

For current 7.1, the Debian releases are 7.1beta, 7.1cRC, 7.1final,
which is both cumbersome and confusing to those who are looking for
an exact match.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Do not be anxious about anything, but in everything,
by prayer and supplication, with thanksgiving, present
your requests to God. And the peace of God, which
transcends all understanding, will guard your hearts
and your minds in Christ Jesus." Philippians 4:6,7

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-08 10:21:23 Re: RPM upgrade caveats going from a beta version to RC
Previous Message The Hermit Hacker 2001-04-08 06:08:32 Re: RPM upgrade caveats going from a beta version to RC