From e549a00de9794ed5c21581e760ba93298b3219d8 Mon Sep 17 00:00:00 2001 From: rallytime Date: Tue, 30 May 2017 11:51:20 -0600 Subject: [PATCH] Update Fedora support Fedora 23 reached EOL in December of 2016, so this just updates the script and README to match that support. --- README.rst | 2 +- bootstrap-salt.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9abe4b8..e467e25 100644 --- a/README.rst +++ b/README.rst @@ -238,7 +238,7 @@ Red Hat family - Amazon Linux 2012.3 and later - CentOS 6/7 - Cloud Linux 6/7 -- Fedora 23/24/25 +- Fedora 24/25 - 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 256218b..e098732 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1462,8 +1462,8 @@ __check_end_of_life_versions() { ;; fedora) - # Fedora lower than 23 are no longer supported - if [ "$DISTRO_MAJOR_VERSION" -lt 23 ]; then + # Fedora lower than 24 are no longer supported + if [ "$DISTRO_MAJOR_VERSION" -lt 24 ]; then echoerror "End of life distributions are not supported." echoerror "Please consider upgrading to the next stable. See:" echoerror " https://fedoraproject.org/wiki/Releases"