diff --git a/toolbox.changes b/toolbox.changes index bbb911c..d337525 100644 --- a/toolbox.changes +++ b/toolbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 28 08:10:39 UTC 2024 - Thorsten Kukuk + +- Adjust image path for SLE Micro 6.0 + ------------------------------------------------------------------- Mon Oct 30 13:38:45 UTC 2023 - kukuk@suse.com diff --git a/toolbox.spec b/toolbox.spec index 586afa9..5c86a6e 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -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