[packages/postgresql] allow using clients newer than the server itself one shall use the newest pg_dump available before d

gotar gotar at pld-linux.org
Wed Jul 30 13:59:30 CEST 2014


commit a6f8ada9a0cd44d43909844d0f2d9a83b0eaee36
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Wed Jul 30 13:56:25 2014 +0200

    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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/postgresql.git/commitdiff/a6f8ada9a0cd44d43909844d0f2d9a83b0eaee36



More information about the pld-cvs-commit mailing list