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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: pj(at)cassens(dot)com
Subject: BUG #16937: CentOS 7 gdal32-libs-3.2.2-13 package proj72 dependency issue - should be proj80
Date: 2021-03-22 12:18:34
Message-ID: 16937-eb1d79e766196054@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16937
Logged by: PJ Welsh
Email address: pj(at)cassens(dot)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

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-03-22 17:28:56 BUG #16938: Duplicate records with same Primary Key
Previous Message Fujii Masao 2021-03-22 10:53:56 Re: BUG #16722: PG hanging on COPY when table has close to 2^32 toasts in the table.