From ccb39bea1ad19ed7da0e3b5278e8fd557770962f Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 28 May 2020 16:26:44 +0100 Subject: [PATCH] Require postgresql >= 9.5, and don't bother with Recommends. Per discussion with Devrim. --- pkg/redhat/build.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index 66a803c26..a0b41d114 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -48,12 +48,9 @@ Release: 1%{?dist} Summary: The core server package for pgAdmin. License: PostgreSQL URL: https://www.pgadmin.org/ -%if 0%{?rhel} && 0%{?rhel} != 7 -Requires: python3, libpq -Recommends: postgresql -%else -Requires: python3, postgresql -%endif + +Requires: python3, postgresql >= 9.5 + %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.