From 60a0b66414d1baa0ee5de6d37a2b3c4384ba13e1 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 1 Jun 2020 09:42:11 +0100 Subject: [PATCH] Conflict with postgresql-libs 9.2 and below as there won't be a suitable libpq. Per discussion with Devrim. --- 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 a0b41d114..5f3fb953d 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -50,7 +50,7 @@ License: PostgreSQL URL: https://www.pgadmin.org/ Requires: python3, postgresql >= 9.5 - +Conflicts: postgresql-libs <= 9.2 %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.