mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-30 10:47:05 -06:00
Make sure pgadmin4-server package pulls libpq5 instead of libpq.
This commit is contained in:
parent
da937e2618
commit
01ef5c664f
@ -62,7 +62,7 @@ Summary: The core server package for pgAdmin.
|
||||
License: PostgreSQL
|
||||
URL: https://www.pgadmin.org/
|
||||
|
||||
Requires: ${PYTHON_BINARY}, postgresql-libs >= 11, krb5-libs
|
||||
Requires: ${PYTHON_BINARY}, libpq5, krb5-libs
|
||||
|
||||
%description
|
||||
The core server package for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
|
||||
|
Loading…
Reference in New Issue
Block a user