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

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: RPM upgrade caveats going from a beta version to RC
Date: 2001-04-14 08:56:22
Message-ID: 200104140856.f3E8uMU16992@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Len Morgan" wrote:
>>> Lamar Owen writes:
>>>
>>> > 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.
>
>Couldn't this be fixed (in future releases) with rcX and BetaX? I believe
>r > B.

or, for that matter, by betaX rcX. But we have still gone from rc4 to
nothing in the just-released 7.1, which is backward as far as packaging
systems are concerned.

$ dpkg --compare-versions 7.1 gt 7.1rc4 || echo BSD style does not work!
BSD style does not work!

Marc, _please_ make the next release greater than its betas!

As far as Debian is concerned, 7.1 will be known as 7.1release. Sigh...

--
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
========================================
"Be strong, and let your heart take courage, all you
who hope in the Lord." Psalm 31:24

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-14 09:01:58 Re: Possible explanation for readline configuration problems
Previous Message Philip Warner 2001-04-14 08:29:30 Re: pg_dump ordering problem (rc4)