From f89ccea20794384fdee05a99eef2e57c0028429dc27f14701289efa20189a4af Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Fri, 12 Sep 2025 15:53:51 +0200 Subject: [PATCH 1/7] - Update to version 20250815.344dba5: * Keep only Experimental in the title * Install custom dialogrc with a green theme --- opensuse-migration-tool-20250731.8b95d00.obscpio | 3 --- opensuse-migration-tool-20250815.344dba5.obscpio | 3 +++ opensuse-migration-tool.changes | 7 +++++++ opensuse-migration-tool.obsinfo | 6 +++--- opensuse-migration-tool.spec | 12 ++++++++---- 5 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 opensuse-migration-tool-20250731.8b95d00.obscpio create mode 100644 opensuse-migration-tool-20250815.344dba5.obscpio 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..cd9d9e1 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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..4eaa21b 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: 20250815.344dba5 +mtime: 1755247808 +commit: 344dba541ad09ce319f5a3827f8a2e10cc9c89ff diff --git a/opensuse-migration-tool.spec b/opensuse-migration-tool.spec index 6e4ac6b..70d814a 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: 20250815.344dba5 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 -- 2.51.1 From ee31f684c2a05e8edac7a1a4d651e3ec247f13a2cc22d57f3169a44a58b0fa3c Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Wed, 1 Oct 2025 22:45:03 +0200 Subject: [PATCH 2/7] - 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 --- _servicedata | 2 +- opensuse-migration-tool-20250815.344dba5.obscpio | 3 --- opensuse-migration-tool-20251001.d4b9783.obscpio | 3 +++ opensuse-migration-tool.changes | 15 +++++++++++++++ opensuse-migration-tool.obsinfo | 6 +++--- opensuse-migration-tool.spec | 2 +- 6 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 opensuse-migration-tool-20250815.344dba5.obscpio create mode 100644 opensuse-migration-tool-20251001.d4b9783.obscpio 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-20250815.344dba5.obscpio b/opensuse-migration-tool-20250815.344dba5.obscpio deleted file mode 100644 index 5b745eb..0000000 --- a/opensuse-migration-tool-20250815.344dba5.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba0535cad659b26e99b04acf47604dad57973e3a8c91b815d69a048c089aa5b2 -size 50186 diff --git a/opensuse-migration-tool-20251001.d4b9783.obscpio b/opensuse-migration-tool-20251001.d4b9783.obscpio new file mode 100644 index 0000000..dd15623 --- /dev/null +++ b/opensuse-migration-tool-20251001.d4b9783.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2b893417276a8d3da4c032041a0ba4318c2e9da9d11da4226e57b21a11b338 +size 51723 diff --git a/opensuse-migration-tool.changes b/opensuse-migration-tool.changes index cd9d9e1..349f7bf 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 diff --git a/opensuse-migration-tool.obsinfo b/opensuse-migration-tool.obsinfo index 4eaa21b..0836a1a 100644 --- a/opensuse-migration-tool.obsinfo +++ b/opensuse-migration-tool.obsinfo @@ -1,4 +1,4 @@ name: opensuse-migration-tool -version: 20250815.344dba5 -mtime: 1755247808 -commit: 344dba541ad09ce319f5a3827f8a2e10cc9c89ff +version: 20251001.d4b9783 +mtime: 1759350367 +commit: d4b97836ccc2d21798511f639eba95dfda79f1e6 diff --git a/opensuse-migration-tool.spec b/opensuse-migration-tool.spec index 70d814a..62fb72d 100644 --- a/opensuse-migration-tool.spec +++ b/opensuse-migration-tool.spec @@ -19,7 +19,7 @@ Name: opensuse-migration-tool -Version: 20250815.344dba5 +Version: 20251001.d4b9783 Release: 0 Summary: Migration and Upgrade tool for openSUSE License: Apache-2.0 -- 2.51.1 From f646633c5c23ed06f1a354b31a217e1cf7c3b099d72c4b9744bf93034b76a824 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Fri, 17 Oct 2025 13:29:44 +0200 Subject: [PATCH 3/7] fix: remove the check for x86-64-v3 flag xsave from the v2 check --- _scmsync.obsinfo | 4 ---- _servicedata | 2 +- build.specials.obscpio | 3 --- opensuse-migration-tool-20251001.d4b9783.obscpio | 3 --- opensuse-migration-tool-20251017.e28f94c.obscpio | 3 +++ opensuse-migration-tool.changes | 6 ++++++ opensuse-migration-tool.obsinfo | 6 +++--- opensuse-migration-tool.spec | 2 +- 8 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 _scmsync.obsinfo delete mode 100644 build.specials.obscpio delete mode 100644 opensuse-migration-tool-20251001.d4b9783.obscpio create mode 100644 opensuse-migration-tool-20251017.e28f94c.obscpio diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo deleted file mode 100644 index 98e6953..0000000 --- a/_scmsync.obsinfo +++ /dev/null @@ -1,4 +0,0 @@ -mtime: 1759351716 -commit: ee31f684c2a05e8edac7a1a4d651e3ec247f13a2cc22d57f3169a44a58b0fa3c -url: https://src.opensuse.org/lkocman/opensuse-migration-tool -revision: main diff --git a/_servicedata b/_servicedata index 771c2d5..0287331 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/opensuse-migration-tool.git - d4b97836ccc2d21798511f639eba95dfda79f1e6 \ No newline at end of file + e28f94c1667eeb3361fa54394618942335d41ecd \ No newline at end of file diff --git a/build.specials.obscpio b/build.specials.obscpio deleted file mode 100644 index 8bc2363..0000000 --- a/build.specials.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6876d9c8e2aea7f2497865181b3c7d7511e6e991cc97609ea6bcd533678b2180 -size 256 diff --git a/opensuse-migration-tool-20251001.d4b9783.obscpio b/opensuse-migration-tool-20251001.d4b9783.obscpio deleted file mode 100644 index dd15623..0000000 --- a/opensuse-migration-tool-20251001.d4b9783.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d2b893417276a8d3da4c032041a0ba4318c2e9da9d11da4226e57b21a11b338 -size 51723 diff --git a/opensuse-migration-tool-20251017.e28f94c.obscpio b/opensuse-migration-tool-20251017.e28f94c.obscpio new file mode 100644 index 0000000..ab9f2cf --- /dev/null +++ b/opensuse-migration-tool-20251017.e28f94c.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bc1f65d93f027875a519c58ca9025b28f5839de3182d14f789b650b1306577 +size 51723 diff --git a/opensuse-migration-tool.changes b/opensuse-migration-tool.changes index 349f7bf..1b6ff79 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 17 11:28:12 UTC 2025 - opensuse-releaseteam@opensuse.org + +- Update to version 20251017.e28f94c: + * fix: remove the check for x86-64-v3 flag xsave from the v2 check + ------------------------------------------------------------------- Wed Oct 01 20:43:21 UTC 2025 - opensuse-releaseteam@opensuse.org diff --git a/opensuse-migration-tool.obsinfo b/opensuse-migration-tool.obsinfo index 0836a1a..65c9165 100644 --- a/opensuse-migration-tool.obsinfo +++ b/opensuse-migration-tool.obsinfo @@ -1,4 +1,4 @@ name: opensuse-migration-tool -version: 20251001.d4b9783 -mtime: 1759350367 -commit: d4b97836ccc2d21798511f639eba95dfda79f1e6 +version: 20251017.e28f94c +mtime: 1760700406 +commit: e28f94c1667eeb3361fa54394618942335d41ecd diff --git a/opensuse-migration-tool.spec b/opensuse-migration-tool.spec index 62fb72d..bf54abd 100644 --- a/opensuse-migration-tool.spec +++ b/opensuse-migration-tool.spec @@ -19,7 +19,7 @@ Name: opensuse-migration-tool -Version: 20251001.d4b9783 +Version: 20251017.e28f94c Release: 0 Summary: Migration and Upgrade tool for openSUSE License: Apache-2.0 -- 2.51.1 From a65f6e6a41d0fe4781dcafd721bf611d140ce55cab815d770878f35214f72b3b Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Wed, 29 Oct 2025 21:31:58 +0100 Subject: [PATCH 4/7] Update to version 20251029.ed0d12d * Fix missing $ in TMP_REPO --- _servicedata | 2 +- opensuse-migration-tool | 1 + opensuse-migration-tool-20251017.e28f94c.obscpio | 3 --- opensuse-migration-tool-20251029.ed0d12d.obscpio | 3 +++ opensuse-migration-tool.changes | 6 ++++++ opensuse-migration-tool.obsinfo | 6 +++--- opensuse-migration-tool.spec | 2 +- 7 files changed, 15 insertions(+), 8 deletions(-) create mode 160000 opensuse-migration-tool delete mode 100644 opensuse-migration-tool-20251017.e28f94c.obscpio create mode 100644 opensuse-migration-tool-20251029.ed0d12d.obscpio diff --git a/_servicedata b/_servicedata index 0287331..127595a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/opensuse-migration-tool.git - e28f94c1667eeb3361fa54394618942335d41ecd \ No newline at end of file + ed0d12d53c7eeab780c8c81b18a469d18c4a59df \ No newline at end of file diff --git a/opensuse-migration-tool b/opensuse-migration-tool new file mode 160000 index 0000000..ed0d12d --- /dev/null +++ b/opensuse-migration-tool @@ -0,0 +1 @@ +Subproject commit ed0d12d53c7eeab780c8c81b18a469d18c4a59df000000000000000000000000 diff --git a/opensuse-migration-tool-20251017.e28f94c.obscpio b/opensuse-migration-tool-20251017.e28f94c.obscpio deleted file mode 100644 index ab9f2cf..0000000 --- a/opensuse-migration-tool-20251017.e28f94c.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72bc1f65d93f027875a519c58ca9025b28f5839de3182d14f789b650b1306577 -size 51723 diff --git a/opensuse-migration-tool-20251029.ed0d12d.obscpio b/opensuse-migration-tool-20251029.ed0d12d.obscpio new file mode 100644 index 0000000..8772382 --- /dev/null +++ b/opensuse-migration-tool-20251029.ed0d12d.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4330da5486c94c47f9b89ccfb717c0cd1a3104403bbc47b3f5da026330f4a7a6 +size 51723 diff --git a/opensuse-migration-tool.changes b/opensuse-migration-tool.changes index 1b6ff79..21ae64f 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 29 20:31:04 UTC 2025 - opensuse-releaseteam@opensuse.org + +- Update to version 20251029.ed0d12d: + * Update opensuse-migration-tool + ------------------------------------------------------------------- Fri Oct 17 11:28:12 UTC 2025 - opensuse-releaseteam@opensuse.org diff --git a/opensuse-migration-tool.obsinfo b/opensuse-migration-tool.obsinfo index 65c9165..2b311b8 100644 --- a/opensuse-migration-tool.obsinfo +++ b/opensuse-migration-tool.obsinfo @@ -1,4 +1,4 @@ name: opensuse-migration-tool -version: 20251017.e28f94c -mtime: 1760700406 -commit: e28f94c1667eeb3361fa54394618942335d41ecd +version: 20251029.ed0d12d +mtime: 1761769772 +commit: ed0d12d53c7eeab780c8c81b18a469d18c4a59df diff --git a/opensuse-migration-tool.spec b/opensuse-migration-tool.spec index bf54abd..05180b0 100644 --- a/opensuse-migration-tool.spec +++ b/opensuse-migration-tool.spec @@ -19,7 +19,7 @@ Name: opensuse-migration-tool -Version: 20251017.e28f94c +Version: 20251029.ed0d12d Release: 0 Summary: Migration and Upgrade tool for openSUSE License: Apache-2.0 -- 2.51.1 From 13334dfc79fd0b908f94245692702b0f16f1c95bdbe92e8d396167646723ae1a Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Fri, 7 Nov 2025 12:06:29 +0100 Subject: [PATCH 5/7] - Drop accidentally created submodule * Add opensuse-migration-tool to .gitignore --- opensuse-migration-tool | 1 - 1 file changed, 1 deletion(-) delete mode 160000 opensuse-migration-tool diff --git a/opensuse-migration-tool b/opensuse-migration-tool deleted file mode 160000 index ed0d12d..0000000 --- a/opensuse-migration-tool +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ed0d12d53c7eeab780c8c81b18a469d18c4a59df000000000000000000000000 -- 2.51.1 From c9af016997302ad7db5d51dcb98cdba60ca3692cdbb1f539ee98e1d4277b8d8a Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Fri, 7 Nov 2025 12:32:27 +0100 Subject: [PATCH 6/7] Add gitignore + changes --- .gitignore | 1 + opensuse-migration-tool.changes | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 57affb6..c22b02e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .osc +opensuse-migration-tool diff --git a/opensuse-migration-tool.changes b/opensuse-migration-tool.changes index 21ae64f..506fe88 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 7 11:05:51 UTC 2025 - Lubos Kocman + +- Drop accidentally created submodule + * Add opensuse-migration-tool to .gitignore + ------------------------------------------------------------------- Wed Oct 29 20:31:04 UTC 2025 - opensuse-releaseteam@opensuse.org -- 2.51.1 From 99f08127a2bad47e4c8d40549725c9114e81b38b0802f1fe21a6bcc60e6fe7c9 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Tue, 18 Nov 2025 17:05:38 +0100 Subject: [PATCH 7/7] Remove empty space in changelog --- opensuse-migration-tool.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensuse-migration-tool.changes b/opensuse-migration-tool.changes index 506fe88..8427250 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -2,7 +2,7 @@ Fri Nov 7 11:05:51 UTC 2025 - Lubos Kocman - Drop accidentally created submodule - * Add opensuse-migration-tool to .gitignore + * Add opensuse-migration-tool to .gitignore ------------------------------------------------------------------- Wed Oct 29 20:31:04 UTC 2025 - opensuse-releaseteam@opensuse.org -- 2.51.1