Sync from SUSE:ALP:Source:Standard:1.0 toolbox revision 026a6fb17db5d19192871e0fce887635

This commit is contained in:
Adrian Schröter 2024-03-07 13:07:37 +01:00
parent 25c279e06a
commit 8316f1850a
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 28 08:10:39 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
- Adjust image path for SLE Micro 6.0
-------------------------------------------------------------------
Mon Oct 30 13:38:45 UTC 2023 - kukuk@suse.com

View File

@ -38,12 +38,12 @@ such a system. The root filesystem can be found at /media/root.
%prep
%setup -q -n microos-toolbox-%{version}
%if 0%{?sle_version}
%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/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