Accepting request 1204118 from devel:microos

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 27 09:30:16 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Revert last change and update SLE/Leap Micro images to 5.5 (bsc#1227328)
-------------------------------------------------------------------
Tue Sep 24 12:22:08 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@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/6.0/toolbox,' toolbox
sed -i -e 's,opensuse/toolbox,suse/sle-micro/5.5/toolbox,' toolbox
%else
sed -i -e 's,opensuse/toolbox,opensuse/leap-micro/6.0/toolbox,' toolbox
sed -i -e 's,opensuse/toolbox,opensuse/leap-micro/5.5/toolbox,' toolbox
%endif
%endif