Accepting request 1117958 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1117958 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubevirt?expand=0&rev=66
This commit is contained in:
commit
91fce1264d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 12:32:00 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Enable the build for ALP and remove no longer supported SLE versions
|
||||
from the distro check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 11:23:30 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
@ -174,16 +174,6 @@ the Kubevirt container images.
|
||||
#
|
||||
distro='%{?sle_version}:%{?is_opensuse}%{!?is_opensuse:0}'
|
||||
case "${distro}" in
|
||||
150200:0)
|
||||
tagprefix=suse/sles/15.2
|
||||
labelprefix=com.suse.kubevirt
|
||||
registry=registry.suse.com
|
||||
;;
|
||||
150300:0)
|
||||
tagprefix=suse/sles/15.3
|
||||
labelprefix=com.suse.kubevirt
|
||||
registry=registry.suse.com
|
||||
;;
|
||||
150400:0)
|
||||
tagprefix=suse/sles/15.4
|
||||
labelprefix=com.suse.kubevirt
|
||||
@ -205,8 +195,14 @@ case "${distro}" in
|
||||
registry=registry.opensuse.org
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported distro: ${distro}" >&2
|
||||
exit 1
|
||||
%if 0%{?suse_version} == 1600
|
||||
tagprefix=alp/kubevirt
|
||||
labelprefix=com.suse.kubevirt
|
||||
registry=registry.suse.com
|
||||
%else
|
||||
echo "Unsupported distro: ${distro}" >&2
|
||||
exit 1
|
||||
%endif
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user