Accepting request 1085506 from home:danishprakash:branches:devel:microos

Update EOL *-micro images to supported versions

OBS-URL: https://build.opensuse.org/request/show/1085506
OBS-URL: https://build.opensuse.org/package/show/devel:microos/toolbox?expand=0&rev=8
This commit is contained in:
Richard Brown 2023-05-08 11:27:23 +00:00 committed by Git OBS Bridge
parent af568d42bd
commit 6c416fc4dd
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