diff --git a/.gitignore b/.gitignore index 57affb6..c22b02e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .osc +opensuse-migration-tool diff --git a/_servicedata b/_servicedata index d378fca..127595a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/opensuse-migration-tool.git - 4ed6ec561640b43eadfdcf2fb6b0474816a97b65 \ No newline at end of file + ed0d12d53c7eeab780c8c81b18a469d18c4a59df \ No newline at end of file diff --git a/opensuse-migration-tool-20250729.4ed6ec5.obscpio b/opensuse-migration-tool-20250729.4ed6ec5.obscpio deleted file mode 100644 index b3b7f5a..0000000 --- a/opensuse-migration-tool-20250729.4ed6ec5.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5ed21eba3c34662323fca969112cb445c7a3eddba2bc9d3a4df6113d80f8eb5 -size 47114 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 9f68802..8427250 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +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 + +- Update to version 20251029.ed0d12d: + * Update opensuse-migration-tool + +------------------------------------------------------------------- +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 + +- 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 + +- Update to version 20250731.8b95d00: + * Do not enable migration scripts by default + +------------------------------------------------------------------- +Wed Jul 30 23:38:59 UTC 2025 - opensuse-releaseteam@opensuse.org + +- Update to version 20250731.2b96308: + * Add 10_keepapparmor.sh 10_keepselinux.sh 20_ia32.sh migration services + * Fancy README.md + ------------------------------------------------------------------- Tue Jul 29 13:04:12 UTC 2025 - opensuse-releaseteam@opensuse.org diff --git a/opensuse-migration-tool.obsinfo b/opensuse-migration-tool.obsinfo index b7be208..2b311b8 100644 --- a/opensuse-migration-tool.obsinfo +++ b/opensuse-migration-tool.obsinfo @@ -1,4 +1,4 @@ name: opensuse-migration-tool -version: 20250729.4ed6ec5 -mtime: 1753794102 -commit: 4ed6ec561640b43eadfdcf2fb6b0474816a97b65 +version: 20251029.ed0d12d +mtime: 1761769772 +commit: ed0d12d53c7eeab780c8c81b18a469d18c4a59df diff --git a/opensuse-migration-tool.spec b/opensuse-migration-tool.spec index 57f7cae..05180b0 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: 20250729.4ed6ec5 +Version: 20251029.ed0d12d 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