X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=contrib%2Flbuild%2Ffuncs.sh;h=cd1be96f73de00ae585b148040bd669ec43a7710;hp=91b6f494a0cb56feac56b1c712b420ca7d68e749;hb=66bb2d13f8c4eb9670c8c98655221593f8aaf77d;hpb=66abf6ffe9f032aaa7c271ee2bd1f9b569058bd5 diff --git a/contrib/lbuild/funcs.sh b/contrib/lbuild/funcs.sh index 91b6f49..cd1be96 100644 --- a/contrib/lbuild/funcs.sh +++ b/contrib/lbuild/funcs.sh @@ -202,7 +202,8 @@ autodetect_target() { sles11.4) target="$(uname -r | cut -d . -f 1,2)-sles11sp4";; sles11.3) target="$(uname -r | cut -d . -f 1,2)-sles11sp3";; sles11*) target="$(uname -r | cut -d . -f 1,2)-sles11";; - sles12*) target="$(uname -r | cut -d . -f 1,2)-sles12";; + sles12.3) target="$(uname -r | cut -d . -f 1,2)-sles12sp3";; + sles12*) target="$(uname -r | cut -d . -f 1,2)-sles12";; fc15) target="2.6-fc15";; fc18) target="3.x-fc18";; *) fatal 1 "I don't know what distro $distro is.\nEither update autodetect_target() or use the --target argument.";;