Accepting request 962737 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/962737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/toolbox?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2022-03-20 19:55:04 +00:00 committed by Git OBS Bridge
parent 7a28dcaa63
commit eae57a96bc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 21 13:16:41 UTC 2022 - jsrain@suse.com
- adjusted the patch to the toolbox container in registry
-------------------------------------------------------------------
Wed Jan 26 13:48:14 UTC 2022 - Jan Zerebecki <jan.suse@zerebecki.de>

View File

@ -40,9 +40,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.1/toolbox,' toolbox
sed -i -e 's,opensuse/toolbox,suse/sle-micro/5.2/toolbox,' toolbox
%else
sed -i -e 's,opensuse/toolbox,opensuse/leap-micro/5.1/toolbox,' toolbox
sed -i -e 's,opensuse/toolbox,opensuse/leap-micro/5.2/toolbox,' toolbox
%endif
%endif