From e478b1a856e81956df833a668d218765622db71e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 24 Mar 2010 07:34:33 +0000 Subject: [PATCH] pgsql rpm for c5 has bumped to version 8.2-5 --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index aec36ba..9f4799e 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -481,7 +481,7 @@ class TestPlc: # workaround for getting pgsql8.2 on centos5 if self.options.fcdistro == "centos5": - self.run_in_guest("rpm -Uvh http://yum.pgsqlrpms.org/8.2/pgdg-centos-8.2-4.noarch.rpm") + self.run_in_guest("rpm -Uvh http://yum.pgsqlrpms.org/8.2/pgdg-centos-8.2-5.noarch.rpm") self.run_in_guest("rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm") if self.options.personality == "linux32": -- 2.47.0