From 01ef5c664f92ecc479c80ba059ca6131e7af36a3 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Thu, 30 Mar 2023 16:05:03 +0530 Subject: [PATCH] Make sure pgadmin4-server package pulls libpq5 instead of libpq. --- pkg/redhat/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index cadad4f3b..8d6f2a24f 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -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.