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.
This commit is contained in:
rallytime 2017-12-28 09:14:22 -05:00
parent 93db618ac0
commit 262d50d9eb
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19
2 changed files with 3 additions and 3 deletions

View file

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

View file

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