Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opensuse-migration-tool.19120 for openSUSE:Leap:15.6:Update checked in at 2025-09-15 20:01:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.6:Update/opensuse-migration-tool.19120 (Old) and /work/SRC/openSUSE:Leap:15.6:Update/.opensuse-migration-tool.19120.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-migration-tool.19120" Mon Sep 15 20:01:50 2025 rev:1 rq:1304349 version:20250815.344dba5 Changes: -------- New Changes file: --- /dev/null 2025-08-28 10:53:13.204000000 +0200 +++ /work/SRC/openSUSE:Leap:15.6:Update/.opensuse-migration-tool.19120.new.1977/opensuse-migration-tool.changes 2025-09-15 20:01:51.189644743 +0200 @@ -0,0 +1,105 @@ +------------------------------------------------------------------- +Fri Sep 12 13:22:56 UTC 2025 - [email protected] + +- 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 - [email protected] + +- Update to version 20250731.8b95d00: + * Do not enable migration scripts by default + +------------------------------------------------------------------- +Wed Jul 30 23:38:59 UTC 2025 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- Update to version 20250521.ab8700a: + * Drop redundant repodata from Leap url + * Update README.md + +------------------------------------------------------------------- +Mon Feb 03 14:14:14 UTC 2025 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- Update to version 20241204.834c66a: + * Ensure that we do not check for Immutability in dryrun + +------------------------------------------------------------------- +Wed Dec 04 14:47:39 UTC 2024 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- Update to version 20241129.2509e96: + * Rename migration-tool to opensuse-migration-tool + * Ensure that we use opensuse-migration-tool name consistently + * Rename migration-tool.sh to opensuse-migration-tool + * Use /usr/share/migration-tool/SLES.prod + +------------------------------------------------------------------- +Thu Nov 28 23:33:16 UTC 2024 - [email protected] + +- Update to version 20241129.c1d6038: + * Use /usr/share/migration-tool/SLES.prod + * Working migration to pretty much all releases + * Fix branding for SLE + * Replace macro with etc as macro doesn't work + * rpmsave Leap files after migration to TW/Slowroll + * Update README.md + * Fix license to Apache 2 + * Support for Leap->SLE + * Fix repo naming + * Add rpmsaving repos + +------------------------------------------------------------------- +Thu Nov 21 14:38:41 UTC 2024 - Lubos Kocman <[email protected]> + +- Initial version from Hackweek New: ---- _scmsync.obsinfo _service _servicedata build.specials.obscpio opensuse-migration-tool-20250815.344dba5.obscpio opensuse-migration-tool.changes opensuse-migration-tool.obsinfo opensuse-migration-tool.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opensuse-migration-tool.spec ++++++ # # spec file for package opensuse-migration-tool # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: opensuse-migration-tool Version: 20250815.344dba5 Release: 0 Summary: Migration and Upgrade tool for openSUSE License: Apache-2.0 Group: System/Management URL: https://github.com/openSUSE/opensuse-migration-tool Source: opensuse-migration-tool-%{version}.tar.xz Requires: bc Requires: curl Requires: dialog Requires: gawk Requires: jq Requires: sed BuildArch: noarch %description openSUSE migration and upgrade tool which utilizes get.opensuse.org product API and openSUSE-repos for a cross-distro migration and upgrade to a new versions of point releases. %prep %setup -q %build %install mkdir -p %{buildroot}/%{_sbindir} 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 %doc README.md %changelog ++++++ _scmsync.obsinfo ++++++ mtime: 1757685740 commit: f89ccea20794384fdee05a99eef2e57c0028429dc27f14701289efa20189a4af url: https://src.opensuse.org/lkocman/opensuse-migration-tool revision: main ++++++ _service ++++++ <services> <service name="obs_scm" mode="manual"> <param name="versionformat">%cd.%h</param> <param name="url">https://github.com/openSUSE/opensuse-migration-tool.git</param> <param name="scm">git</param> <param name="revision">main</param> <param name="changesgenerate">enable</param> <param name="filename">opensuse-migration-tool</param> <param name="changesauthor">[email protected]</param> </service> <service name="set_version" mode="manual" /> <service name="tar" mode="buildtime" /> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/opensuse-migration-tool.git</param> <param name="changesrevision">8b95d00682ddfca75ba978b56f4298c859d3ecaa</param></service></servicedata> (No newline at EOF) ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-09-12 16:02:31.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ opensuse-migration-tool.obsinfo ++++++ name: opensuse-migration-tool version: 20250815.344dba5 mtime: 1755247808 commit: 344dba541ad09ce319f5a3827f8a2e10cc9c89ff
