From 262d50d9eb3a2ae498c8eb0509327dcfd74bbf26 Mon Sep 17 00:00:00 2001 From: rallytime Date: Thu, 28 Dec 2017 09:14:22 -0500 Subject: [PATCH] Update Fedora support: 25 is EOL, 27 is supported - Fedora 25 is EOL and no longer supported. - Fedora 27 is out and supported, let's update the docs. --- README.rst | 2 +- bootstrap-salt.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6288645..c6392cd 100644 --- a/README.rst +++ b/README.rst @@ -255,7 +255,7 @@ Red Hat family - Amazon Linux 2012.3 and later - CentOS 6/7 - Cloud Linux 6/7 -- Fedora 25/26 +- Fedora 26/27 - Oracle Linux 6/7 - Red Hat Enterprise Linux 6/7 - Scientific Linux 6/7 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 9dad80c..9bc374f 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1544,8 +1544,8 @@ __check_end_of_life_versions() { ;; fedora) - # Fedora lower than 25 are no longer supported - if [ "$DISTRO_MAJOR_VERSION" -lt 25 ]; then + # Fedora lower than 26 are no longer supported + if [ "$DISTRO_MAJOR_VERSION" -lt 26 ]; then echoerror "End of life distributions are not supported." echoerror "Please consider upgrading to the next stable. See:" echoerror " https://fedoraproject.org/wiki/Releases"