Fedora <= 11 are no longer supported

This commit is contained in:
Pedro Algarvio 2013-09-26 11:29:59 +01:00
parent cfb35b7e5f
commit 1e0a6c312f

View file

@ -1028,6 +1028,16 @@ __check_end_of_life_versions() {
fi
;;
fedora)
# Fedora lower than 18 are no longer supported
if [ $DISTRO_MAJOR_VERSION -lt 18 ]; then
echoerror "End of life distributions are not supported."
echoerror "Please consider upgrading to the next stable. See:"
echoerror " https://fedoraproject.org/wiki/Releases"
exit 1
fi
;;
*)
;;
esac