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.
++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. +
+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}',