Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: c53c966222078edb73b61e717e75dce59a71c9af
https://github.com/pgadmin-org/pgadmin4/commit/c53c966222078edb73b61e717e75dce59a71c9af
Author: Dave Page <dpage(at)pgadmin(dot)org>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M pkg/redhat/build.sh
Log Message:
-----------
Revert to using postgresql-libs
The libpq5 package currently has a dependency on libzstd, which is only in EPEL on EL7.
Use postgresql-libs instead for now.
We need to change this back to libpq5 if/when the RPM is fixed, so we can include the -devel package.