BUG #16937: CentOS 7 gdal32-libs-3.2.2-13 package proj72 dependency issue - should be proj80 - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16937: CentOS 7 gdal32-libs-3.2.2-13 package proj72 dependency issue - should be proj80
Date
Msg-id 16937-eb1d79e766196054@postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16937
Logged by:          PJ Welsh
Email address:      pj@cassens.com
PostgreSQL version: 13.2
Operating system:   CentOS 7
Description:

The just released (3/22/21) package of gdal32-libs-3.2.2-13.rhel7.x86_64.rpm
has an incorrect dependency chain and currently produces an error when
updating:
Error: Package: gdal32-libs-3.2.2-13.rhel7.x86_64 (pgdg-common)
           Requires: proj72 >= 8.0.0
           Installed: proj72-7.2.1-1.rhel7.x86_64 (@pgdg-common)
               proj72 = 7.2.1-1.rhel7
           Available: proj72-7.2.0-3.rhel7.x86_64 (pgdg-common)
               proj72 = 7.2.0-3.rhel7

The package should just require for proj80 that *is* available:
rpm -qp --requires gdal32-libs-3.2.2-13.rhel7.x86_64.rpm|grep proj
libproj.so.22()(64bit)
proj72 >= 8.0.0


pgsql-bugs by date:

Previous
From: Fujii Masao
Date:
Subject: Re: BUG #16722: PG hanging on COPY when table has close to 2^32 toasts in the table.
Next
From: PG Bug reporting form
Date:
Subject: BUG #16938: Duplicate records with same Primary Key