From 0fccb6a1547549e00e81877ddf6d680e8a57c62f Mon Sep 17 00:00:00 2001 From: Stefan Kaltenbrunner Date: Thu, 15 Feb 2018 18:52:02 +0100 Subject: [PATCH] =?utf8?q?Fix=20"RedHat"=20type=20and=20add=20instructions?= =?utf8?q?=20for=20the=20SUSE=20rpm=20repository.=20Patches=20by=20Devrim?= =?utf8?q?=20G=C3=BCnd=C3=BCz=20on=20pgsql-www.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/pages/download/linux/suse.html | 13 +++++++++++++ tools/ftp/spider_yum.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/templates/pages/download/linux/suse.html b/templates/pages/download/linux/suse.html index 0a97795f..77bfcd7d 100644 --- a/templates/pages/download/linux/suse.html +++ b/templates/pages/download/linux/suse.html @@ -8,6 +8,19 @@ PostgreSQL is available in all SuSE versions by default. However, SuSE Linux "snapshots" a specific version of PostgreSQL that is then supported throughout the lifetime of that SuSE version.

+

PostgreSQL RPM Repository

+

+This repository will integrate with your normal systems and patch management, +and provide automatic updates for PostgreSQL 9.5+ throughout +the support lifetime of PostgreSQL. +

+

+The PostgreSQL RPM repository currently supports SUSE Enterprise Linux 12. +

+

+To use the SUSE RPM repository, please follow these instructions. +

+

Included in distribution

RPMs for SUSE Linux and openSUSE are available from the diff --git a/tools/ftp/spider_yum.py b/tools/ftp/spider_yum.py index 5db95250..cdfb8201 100755 --- a/tools/ftp/spider_yum.py +++ b/tools/ftp/spider_yum.py @@ -9,7 +9,7 @@ from decimal import Decimal from tempfile import NamedTemporaryFile platform_names = { - 'redhat': 'RedHat Enterprise Linux {0}', + 'redhat': 'Red Hat Enterprise Linux {0}', 'centos': 'CentOS {0}', 'sl': 'Scientific Linux {0}', 'fedora': 'Fedora {0}', -- 2.39.5