17
0

Update to version 20251029.ed0d12d #6

Manually merged
lkocman merged 12 commits from lkocman/opensuse-migration-tool:main into Leap-16.0 2025-11-27 13:19:34 +01:00
7 changed files with 69 additions and 11 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.osc
opensuse-migration-tool

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/opensuse-migration-tool.git</param>
<param name="changesrevision">4ed6ec561640b43eadfdcf2fb6b0474816a97b65</param></service></servicedata>
<param name="changesrevision">ed0d12d53c7eeab780c8c81b18a469d18c4a59df</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5ed21eba3c34662323fca969112cb445c7a3eddba2bc9d3a4df6113d80f8eb5
size 47114

Binary file not shown.

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Fri Nov 7 11:05:51 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
- 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

View File

@@ -1,4 +1,4 @@
name: opensuse-migration-tool
version: 20250729.4ed6ec5
mtime: 1753794102
commit: 4ed6ec561640b43eadfdcf2fb6b0474816a97b65
version: 20251029.ed0d12d
mtime: 1761769772
commit: ed0d12d53c7eeab780c8c81b18a469d18c4a59df

View File

@@ -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