Merge pull request #1084 from rallytime/update-fedora-support

Update Fedora support: 23 is EOL now.
This commit is contained in:
Nicole Thomas 2017-05-31 08:30:53 -06:00 committed by GitHub
commit c8d79f0d00
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"