Merge pull request #1134 from rallytime/fed24-eol

Update Fedora support: 24 is EOL
This commit is contained in:
Nicole Thomas 2017-08-17 13:56:45 -04:00 committed by GitHub
commit 9072d8e989
2 changed files with 3 additions and 3 deletions

View file

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

View file

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