Sync from SUSE:ALP:Source:Standard:1.0 toolbox revision 026a6fb17db5d19192871e0fce887635
This commit is contained in:
parent
25c279e06a
commit
8316f1850a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user