2024-10-24 13:43:43 +00:00
committed by Git OBS Bridge
3 changed files with 18 additions and 1 deletions

View File

@@ -22,3 +22,15 @@ if [ -n "${pkg}" ]; then
PKG_RELEASE=$(rpm -qp --queryformat=%{release} ${_pkg})
fi
fi
case "${DISTRO}" in
*:0)
SUPPORT_LEVEL=l3
if [[ "$(uname -m)" != x86_64 ]]; then
SUPPORT_LEVEL=techpreview
fi
;;
*:1)
SUPPORT_LEVEL=unsupported
;;
esac

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 15 05:49:47 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Enable aarch64 build for SLE and mark it as techpreview (jsc#PED-10545)
-------------------------------------------------------------------
Fri Sep 13 11:27:16 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>

View File

@@ -18,7 +18,7 @@
%if 0%{?sle_version} && !0%{?is_opensuse}
# SLE
%define _exclusive_arch x86_64
%define _exclusive_arch x86_64 aarch64
%else
%if 0%{?suse_version} == 1600
# ALP