Sync from SUSE:ALP:Source:Standard:1.0 toolbox revision cf62cf56be28c8b2053eecf1a8766b5a

This commit is contained in:
2025-04-22 15:50:53 +02:00
parent b924a1b890
commit 60c5d6e1ba
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 12 08:04:27 UTC 2024 - Jiri Srain <jsrain@suse.com>
- switch back to toolbox version 5.5 as SLFO code base still has
limited set of toos available (and supported)
-------------------------------------------------------------------
Mon Mar 25 16:12:18 UTC 2024 - Gustavo Yokoyama Ribeiro <gyribeiro@suse.com>

View File

@@ -41,9 +41,9 @@ such a system. The root filesystem can be found at /media/root.
%if 0%{?suse_version} == 1600
%if !0%{?is_opensuse}
sed -i -e 's,registry.opensuse.org,registry.suse.com,' toolbox
sed -i -e 's,opensuse/toolbox,suse/sl-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