Accepting request 1085507 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1085507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/toolbox?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2023-05-09 11:08:01 +00:00 committed by Git OBS Bridge
commit 050c7d2deb
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 8 11:01:45 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
- Update EOL *-micro images to supported versions. (bsc#1211018)
-------------------------------------------------------------------
Tue Jun 28 08:11:34 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package toolbox
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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/5.2/toolbox,' toolbox
sed -i -e 's,opensuse/toolbox,suse/sle-micro/5.4/toolbox,' toolbox
%else
sed -i -e 's,opensuse/toolbox,opensuse/leap-micro/5.2/toolbox,' toolbox
sed -i -e 's,opensuse/toolbox,opensuse/leap-micro/5.4/toolbox,' toolbox
%endif
%endif