Make sure pgadmin4-server package pulls libpq5 instead of libpq.
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