17
0

Update to version 20251017.e28f94c #5

Closed
lkocman wants to merge 26 commits from lkocman/opensuse-migration-tool:main into factory
7 changed files with 133 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">2509e96d696bc9960bce4df0d711346ce0730d8c</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:253250368c23e41ab9f578eb104427478c6ed68a17ac7250bce369dcd9f32e72
size 34314

Binary file not shown.

View File

@@ -1,3 +1,113 @@
-------------------------------------------------------------------
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
- Update to version 20250729.4ed6ec5:
* Add a screen to disable 3rd party repos
* Add post-migration script support #30
* Drop --pre-release flag completely
-------------------------------------------------------------------
Thu May 22 07:39:36 UTC 2025 - opensuse-releaseteam@opensuse.org
- Update to version 20250521.ab8700a:
* Drop redundant repodata from Leap url
* Update README.md
-------------------------------------------------------------------
Mon Feb 03 14:14:14 UTC 2025 - opensuse-releaseteam@opensuse.org
- Update to version 20250129.63f1e30:
* Check for x86_64-v2 capability prior migrating to 16.0
* Use custom dialogrc
* Activate green only with 24bit/truecolor
* Use same colors for digits as for dialog options
* Do not use yellow for title nor active button
* Update README.md
-------------------------------------------------------------------
Mon Dec 09 21:25:27 UTC 2024 - opensuse-releaseteam@opensuse.org
- Update to version 20241209.76c6ef8:
* Update README.md
* Mention current system in the migration dialog
* Allow migration from Tumbleweed to Slowroll
-------------------------------------------------------------------
Wed Dec 04 21:27:39 UTC 2024 - opensuse-releaseteam@opensuse.org
- Update to version 20241204.834c66a:
* Ensure that we do not check for Immutability in dryrun
-------------------------------------------------------------------
Wed Dec 04 14:47:39 UTC 2024 - opensuse-releaseteam@opensuse.org
- Update to version 20241204.89bbbc3:
* Add immutable check
* Drop the echo before running sudo
* Ensure root permissions unless --dry-run
* Update README.md
-------------------------------------------------------------------
Mon Dec 02 09:20:54 UTC 2024 - opensuse-releaseteam@opensuse.org
- Update to version 20241202.1a4772b:
* Fix missing mv and missing DRYRUN
* Use https instead of git in a README git clone examples
* Update README.md with opensuse-migration tool and new repo paths
-------------------------------------------------------------------
Fri Nov 29 08:37:19 UTC 2024 - opensuse-releaseteam@opensuse.org

View File

@@ -1,4 +1,4 @@
name: opensuse-migration-tool
version: 20241129.2509e96
mtime: 1732869419
commit: 2509e96d696bc9960bce4df0d711346ce0730d8c
version: 20251029.ed0d12d
mtime: 1761769772
commit: ed0d12d53c7eeab780c8c81b18a469d18c4a59df

View File

@@ -1,9 +1,9 @@
#
# spec file for package opensuse-migration-tool
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Marcela Maslanova
# Copyright (c) 2024 Lubos Kocman
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Marcela Maslanova
# Copyright (c) 2025 Lubos Kocman
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
Name: opensuse-migration-tool
Version: 20241129.2509e96
Version: 20251029.ed0d12d
Release: 0
Summary: Migration and Upgrade tool for openSUSE
License: Apache-2.0
@@ -50,12 +50,23 @@ cp %{name} %{buildroot}/%{_sbindir}/%{name}
mkdir -p %{buildroot}/%{_datadir}/%{name}
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}
%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
%license LICENSE