diff --git a/_servicedata b/_servicedata index ec136c3..771c2d5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/opensuse-migration-tool.git - 8b95d00682ddfca75ba978b56f4298c859d3ecaa \ No newline at end of file + d4b97836ccc2d21798511f639eba95dfda79f1e6 \ No newline at end of file diff --git a/opensuse-migration-tool-20250731.8b95d00.obscpio b/opensuse-migration-tool-20250731.8b95d00.obscpio deleted file mode 100644 index 55b1399..0000000 --- a/opensuse-migration-tool-20250731.8b95d00.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5762c76e469f747d05638d2b1fa77063733c966e1c4bea964b3ff506fb55f52c -size 50698 diff --git a/opensuse-migration-tool-20250815.344dba5.obscpio b/opensuse-migration-tool-20250815.344dba5.obscpio new file mode 100644 index 0000000..5b745eb --- /dev/null +++ b/opensuse-migration-tool-20250815.344dba5.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0535cad659b26e99b04acf47604dad57973e3a8c91b815d69a048c089aa5b2 +size 50186 diff --git a/opensuse-migration-tool.changes b/opensuse-migration-tool.changes index a1f81b9..349f7bf 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Oct 01 20:43:21 UTC 2025 - opensuse-releaseteam@opensuse.org + +- Update to version 20251001.d4b9783: + * Be consistently not using abbreviations in zypper + * Refactor upgrade for not just Tumbleweed + * Update migration matrix + * Add support from MicroOS-Slowroll -> MicroOS + * Enable MicroOS-Slowroll migration target + * fix: remove the check for x86-64-v3 flag `movbe` from the v2 check + * Update README to remove duplicate warning + * Revise experimental usage warning in README + * Update screenshot + * Keep only Experimental in the title + +------------------------------------------------------------------- +Fri Sep 12 13:22:56 UTC 2025 - opensuse-releaseteam@opensuse.org + +- Update to version 20250815.344dba5: + * Keep only Experimental in the title + * Install custom dialogrc with a green theme + ------------------------------------------------------------------- Thu Jul 31 13:20:21 UTC 2025 - opensuse-releaseteam@opensuse.org diff --git a/opensuse-migration-tool.obsinfo b/opensuse-migration-tool.obsinfo index b83978a..0836a1a 100644 --- a/opensuse-migration-tool.obsinfo +++ b/opensuse-migration-tool.obsinfo @@ -1,4 +1,4 @@ name: opensuse-migration-tool -version: 20250731.8b95d00 -mtime: 1753953923 -commit: 8b95d00682ddfca75ba978b56f4298c859d3ecaa +version: 20251001.d4b9783 +mtime: 1759350367 +commit: d4b97836ccc2d21798511f639eba95dfda79f1e6 diff --git a/opensuse-migration-tool.spec b/opensuse-migration-tool.spec index 6e4ac6b..62fb72d 100644 --- a/opensuse-migration-tool.spec +++ b/opensuse-migration-tool.spec @@ -1,7 +1,7 @@ # # spec file for package opensuse-migration-tool # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2025 Marcela Maslanova # Copyright (c) 2025 Lubos Kocman # @@ -19,7 +19,7 @@ Name: opensuse-migration-tool -Version: 20250731.8b95d00 +Version: 20251001.d4b9783 Release: 0 Summary: Migration and Upgrade tool for openSUSE License: Apache-2.0 @@ -53,15 +53,19 @@ cp SLES.prod %{buildroot}/%{_datadir}/%{name}/SLES.prod # Install scripts directory cp -a scripts %{buildroot}/%{_datadir}/%{name}/ +# Dialogrc custom theme +cp dialogrc %{buildroot}%{_datadir}/%{name}/dialogrc + %check %files %defattr(644,root,root,755) %attr(0755, root, root) %{_sbindir}/%{name} -%{_datadir}/%{name} -%{_datadir}/%{name}/scripts %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/scripts +%{_datadir}/%{name} +%{_datadir}/%{name}/scripts +%{_datadir}/%{name}/dialogrc %attr(0755, root, root) %{_datadir}/%{name}/scripts/* %attr(0644, root, root) %{_datadir}/%{name}/SLES.prod