Whamcloud - gitweb
LU-14782 kernel: new kernel [SLES15 SP3 5.3.18-59.19.1]
[fs/lustre-release.git] / contrib / lbuild / funcs.sh
index 5f729ef..22b115d 100644 (file)
@@ -201,6 +201,7 @@ autodetect_target() {
         sles12*)  target="$(uname -r | cut -d . -f 1,2)-sles12";;
         sles15.1) target="$(uname -r | cut -d . -f 1,2)-sles15sp1";;
         sles15.2) target="$(uname -r | cut -d . -f 1,2)-sles15sp2";;
+        sles15.3) target="$(uname -r | cut -d . -f 1,2)-sles15sp3";;
           fc18)   target="3.x-fc18";;
              *)   fatal 1 "I don't know what distro $distro is.\nEither update autodetect_target() or use the --target argument.";;
     esac