diff --git a/makedist b/makedist index 063acab..82a4625 100755 --- a/makedist +++ b/makedist @@ -5,8 +5,7 @@ # Written by Dave Dykstra 17 April 2019 # -#TODO: re-add support for suse15-x86_64 -SUPPORTEDTYPES="rhel7-x86_64 rhel8-aarch64 rhel8-x86_64 rhel8-ppc64le rhel9-aarch64 rhel9-x86_64 rhel9-ppc64le" +SUPPORTEDTYPES="rhel7-x86_64 rhel8-aarch64 rhel8-x86_64 rhel8-ppc64le rhel9-aarch64 rhel9-x86_64 rhel9-ppc64le suse15-x86_64" supportedtypes() { typeset LASTDISTRO="" @@ -131,7 +130,7 @@ EL=$VERS MACH=el$EL if [ "$DISTRO" = "suse" ]; then EL=7 # we get some suse stuff from rhel7 - MACH=sle + MACH=sle$VERS fi HERE="$(cd `dirname $0` && pwd)"