diff --git a/_servicedata b/_servicedata index d378fca..771c2d5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/opensuse-migration-tool.git - 4ed6ec561640b43eadfdcf2fb6b0474816a97b65 \ No newline at end of file + d4b97836ccc2d21798511f639eba95dfda79f1e6 \ 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-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 9f68802..349f7bf 100644 --- a/opensuse-migration-tool.changes +++ b/opensuse-migration-tool.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +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..0836a1a 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: 20251001.d4b9783 +mtime: 1759350367 +commit: d4b97836ccc2d21798511f639eba95dfda79f1e6 diff --git a/opensuse-migration-tool.spec b/opensuse-migration-tool.spec index 57f7cae..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: 20250729.4ed6ec5 +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