Accepting request 1203006 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1203006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/toolbox?expand=0&rev=27
This commit is contained in:
Ana Guerrero 2024-09-25 19:51:16 +00:00 committed by Git OBS Bridge
commit c9a03232ab
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 24 12:22:08 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Update SLE/Leap Micro images from 5.4 to 6.0 (bsc#1227328)
-------------------------------------------------------------------
Thu Jul 04 09:45:43 UTC 2024 - kukuk@suse.com

View File

@ -41,9 +41,9 @@ such a system. The root filesystem can be found at /media/root.
%if 0%{?sle_version}
%if !0%{?is_opensuse}
sed -i -e 's,registry.opensuse.org,registry.suse.com,' toolbox
sed -i -e 's,opensuse/toolbox,suse/sle-micro/5.4/toolbox,' toolbox
sed -i -e 's,opensuse/toolbox,suse/sle-micro/6.0/toolbox,' toolbox
%else
sed -i -e 's,opensuse/toolbox,opensuse/leap-micro/5.4/toolbox,' toolbox
sed -i -e 's,opensuse/toolbox,opensuse/leap-micro/6.0/toolbox,' toolbox
%endif
%endif