diff --git a/bin/yum b/bin/yum index ef738e9fd838d61974b5181b3ca402ce467f9fa3..2827cbed123d03f2067b21e51c2a83610fc4ac55 100755 --- a/bin/yum +++ b/bin/yum @@ -197,7 +197,9 @@ check_command() epm_cmd=upgrade ;; version) # HELPCMD: Display a version for the machine and/or available repos. - fatal "Is not supported" + echo "Installed: $DISTRVERSION/$DISTRARCH" + echo "version" + exit 0 ;; *) return 1