From: Dan Scott <dscott@laurentian.ca>
Date: Mon, 10 Oct 2011 20:46:48 +0000 (-0400)
Subject: Give CentOS / RHEL a chance at installing PostgreSQL 9.0
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fde1da34e60cd2affad35c2622675709e11538eb;p=evergreen%2Fmasslnc.git

Give CentOS / RHEL a chance at installing PostgreSQL 9.0

Evergreen 2.1 requires PostgreSQL 9.0, and we accordingly updated the
package names back in the summer to point at PostgreSQL 9.0, but nobody
running CentOS / RHEL brought to our attention that the repo target
needed to be updated as well. This, although untested, at least gives
CentOS / RHEL users a fighting chance of installing Evergreen master /
2.1 on their system.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
---

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index c244b97212..c5e0a0eb00 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -65,9 +65,9 @@ FEDORA=$(shell uname -r | grep "\.fc[0-9][0-9]\.")
 FEDORA_64=$(shell uname -r | grep "\.fc[0-9][0-9]\.x86_64")
 
 #RHEL/Centos PGSQL 
-PGSQL_HOST=http://yum.pgsqlrpms.org/reporpms/8.4
-PGSQL_CENTOS=pgdg-centos-8.4-2.noarch.rpm
-PGSQL_REDHAT=pgdg-redhat-8.4-2.noarch.rpm	
+PGSQL_HOST=http://yum.pgsqlrpms.org/reporpms/9.0
+PGSQL_CENTOS=pgdg-centos-9.0-2.noarch.rpm
+PGSQL_REDHAT=pgdg-redhat-9.0-2.noarch.rpm	
 
 # Debian dependencies
 DEBS =  \