From a6f8ada9a0cd44d43909844d0f2d9a83b0eaee36 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Wed, 30 Jul 2014 13:56:25 +0200 Subject: [PATCH] allow using clients newer than the server itself one shall use the newest pg_dump available before db upgrade, so ease updating clients subpackage alone - it's backward compatible since 7.0 --- postgresql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 75287e1..b9d3920 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -92,7 +92,7 @@ Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd Requires(triggerpostun): /bin/id Requires(triggerpostun): /usr/sbin/usermod -Requires: %{name}-clients = %{version}-%{release} +Requires: %{name}-clients >= %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} Requires: rc-scripts >= 0.4.3.0 Requires: systemd-units >= 38 -- 2.44.0