Require postgresql >= 9.5, and don't bother with Recommends. Per discussion with Devrim.

pull/33/head
Dave Page 2020-05-28 16:26:44 +01:00
parent bda62cb1f1
commit ccb39bea1a
1 changed files with 3 additions and 6 deletions

View File

@ -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.