From: Thierry Parmentelat Date: Wed, 24 Mar 2010 07:34:33 +0000 (+0000) Subject: pgsql rpm for c5 has bumped to version 8.2-5 X-Git-Tag: tests-5.0-4~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e478b1a856e81956df833a668d218765622db71e;p=tests.git pgsql rpm for c5 has bumped to version 8.2-5 --- 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":