Skip to content

v0.2.47..v0.2.48 changeset pgdg repo.sh

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/scripts/yum/pgdg-repo.sh b/scripts/yum/pgdg-repo.sh
index fbbbffb..b4bb924 100755
--- a/scripts/yum/pgdg-repo.sh
+++ b/scripts/yum/pgdg-repo.sh
@@ -69,6 +69,7 @@ cat > "$PGDG_REPO" <<EOF
 name=PostgreSQL $PG_MAJOR_VERSION \$releasever - \$basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/$PG_MAJOR_VERSION/redhat/rhel-\$releasever-\$basearch
 enabled=1
+exclude=CGAL* geos* gdal* ogdi* ogr* osm* postgis* proj* SFCGAL*
 gpgcheck=1
 gpgkey=file://$PGDG_KEY
 
Clone this wiki locally