Fedora < 30 is now EOL

Fixes #1400
This commit is contained in:
Pedro Algarvio 2020-02-03 07:21:48 +00:00
parent 80d68e37aa
commit 5f8324add0
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 3 additions and 2 deletions

View file

@ -364,7 +364,8 @@ this offering, while limited, is as follows:
- Ubuntu 16.04
- Ubuntu 18.04
On Fedora 28, PIP installation must be allowed (-P) due to incompatibility with the shipped Tornado library.
On Fedora, PIP installation must be allowed (-P) due to incompatibility with the shipped Tornado
library.
Installing the Python 3 packages for Salt is done via the ``-x`` option:

View file

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