Whamcloud - gitweb
LU-14029 kernel: new kernel [SLES15 SP2 5.3.18-24.24.1]
[fs/lustre-release.git] / contrib / lbuild / funcs.sh
index 3dd269f..5f729ef 100644 (file)
@@ -200,6 +200,7 @@ autodetect_target() {
         sles12.3) target="$(uname -r | cut -d . -f 1,2)-sles12sp3";;
         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";;
           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