Update Fedora support

Fedora 23 reached EOL in December of 2016, so this just updates
the script and README to match that support.
This commit is contained in:
rallytime 2017-05-30 11:51:20 -06:00
parent ae7b954c6e
commit e549a00de9
2 changed files with 3 additions and 3 deletions

View file

@ -238,7 +238,7 @@ Red Hat family
- Amazon Linux 2012.3 and later - Amazon Linux 2012.3 and later
- CentOS 6/7 - CentOS 6/7
- Cloud Linux 6/7 - Cloud Linux 6/7
- Fedora 23/24/25 - Fedora 24/25
- Oracle Linux 6/7 - Oracle Linux 6/7
- Red Hat Enterprise Linux 6/7 - Red Hat Enterprise Linux 6/7
- Scientific Linux 6/7 - Scientific Linux 6/7

View file

@ -1462,8 +1462,8 @@ __check_end_of_life_versions() {
;; ;;
fedora) fedora)
# Fedora lower than 23 are no longer supported # Fedora lower than 24 are no longer supported
if [ "$DISTRO_MAJOR_VERSION" -lt 23 ]; then if [ "$DISTRO_MAJOR_VERSION" -lt 24 ]; then
echoerror "End of life distributions are not supported." echoerror "End of life distributions are not supported."
echoerror "Please consider upgrading to the next stable. See:" echoerror "Please consider upgrading to the next stable. See:"
echoerror " https://fedoraproject.org/wiki/Releases" echoerror " https://fedoraproject.org/wiki/Releases"