Allow openSUSE Leap version 15.6

The opensuse element allows only version 15.5 at the moment. This allows
building also version 15.6.

Change-Id: I3f163e22535671ad683615b3b42a0da0408b64ea
Signed-off-by: Nuutti Hakala <nuutti.hakala@est.tech>
This commit is contained in:
Nuutti Hakala
2025-08-05 16:04:06 +03:00
parent 865e80f4b2
commit 75b99e1990

View File

@@ -5,6 +5,7 @@ export DIB_OPENSUSE_PATTERNS=patterns-openSUSE-base
export DIB_INIT_SYSTEM=systemd
case ${DIB_RELEASE} in
15.5) export OPENSUSE_REPO_DIR=openSUSE_Leap_${DIB_RELEASE} ;;
15.6) export OPENSUSE_REPO_DIR=openSUSE_Leap_${DIB_RELEASE} ;;
*) echo "Unsupported openSUSE release: ${DIB_RELEASE}"; exit 1 ;;
esac