Re: postgresql11-11.14-1PGDG.rhel8.x86_64.rpm reports incorrect name

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: "Miller, Mark - Xylem" <MarkD(dot)Miller(at)xylem(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: postgresql11-11.14-1PGDG.rhel8.x86_64.rpm reports incorrect name
Date: 2022-05-16 01:05:10
Message-ID: bd857e57fda213f54e0348498f6647e123b4baf6.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Hi,

On Mon, 2022-05-02 at 13:55 +0000, Miller, Mark - Xylem wrote:
> We were having trouble installing postgres 11.14 on RedHat EL8, we
> placed all the postgres 11.14 RHEL 8 RPMs in a local repo, but when
> we listed what was available from the repo it did not show the
> postgres11.x86_64 as being available though it did show postgresq11-
> contrib.x64_64, postgresq11-libs.x64_64, postgresq11-server.x64_64.

<snip>
> I think the problem is that the postgresql11-11.14-
> 1PGDG.rhel8.x86_64.rpm reports the name postgresql11-libs instead of
> postgresql11:
>
> [root(at)metis72f-chef linux]# rpm -qi
> ./thirdparty/postgresql/postgresql11-11.14-1PGDG.rhel8.x86_64.rpm
>
> warning: ./thirdparty/postgresql/postgresql11-11.14-
> 1PGDG.rhel8.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID
> 442df0f8: NOKEY
>
> Name        : postgresql11-libs
....
> Size : 1507171

Looks like file was renamed somehow, because:

$ rpm -qip postgresql11-11.14-1PGDG.rhel8.x86_64.rpm | grep Size
Size : 9378530

$ rpm -qip postgresql11-libs-11.14-1PGDG.rhel8.x86_64.rpm | grep Size
Size : 1507171

Please download the RPMs again, because:

$ rpm -qi postgresql11-11.14-1PGDG.rhel8.x86_64.rpm
Name : postgresql11
Version : 11.14

I cannot see an issue in here.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Devrim Gündüz 2022-05-16 01:07:04 Re: BUG #17469: postgresql-11.service file not configured to match setup/initdb options specified
Previous Message Alvaro Herrera 2022-05-15 10:42:10 Re: BUG #17480: Assertion failure in parse_relation.c