From 09b2ffb7c909449fe82913e946ce86334f34a4a2 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Tue, 8 Apr 2025 10:24:17 +0300 Subject: [PATCH] Update ELevate patch: - allow upgrade path from 7 to 8.10 Bump the package release --- SOURCES/leapp-repository-0.21.0-elevate.patch | 6 +++--- SPECS/leapp-repository.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SOURCES/leapp-repository-0.21.0-elevate.patch b/SOURCES/leapp-repository-0.21.0-elevate.patch index 4d80f58..b626160 100644 --- a/SOURCES/leapp-repository-0.21.0-elevate.patch +++ b/SOURCES/leapp-repository-0.21.0-elevate.patch @@ -5071,7 +5071,7 @@ index 34f7b8f9..acba532c 100644 if self.opts.tid[0] == 'check': diff --git a/repos/system_upgrade/common/files/upgrade_paths.json b/repos/system_upgrade/common/files/upgrade_paths.json -index cc9dcdb5..602d5c9d 100644 +index cc9dcdb5..5ce5a666 100644 --- a/repos/system_upgrade/common/files/upgrade_paths.json +++ b/repos/system_upgrade/common/files/upgrade_paths.json @@ -1,10 +1,10 @@ @@ -5079,12 +5079,12 @@ index cc9dcdb5..602d5c9d 100644 "default": { - "7.9": ["8.10"], - "8.10": ["9.4", "9.5", "9.6"], -+ "7.9": ["8.7", "8.8", "8.9"], ++ "7.9": ["8.7", "8.8", "8.9", "8.10"], + "8.10": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5"], "9.6": ["10.0"], - "7": ["8.10"], - "8": ["9.4", "9.5", "9.6"], -+ "7": ["8.7", "8.8", "8.9"], ++ "7": ["8.7", "8.8", "8.9", "8.10"], + "8": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5"], "9": ["10.0"] }, diff --git a/SPECS/leapp-repository.spec b/SPECS/leapp-repository.spec index c0497c5..c86a886 100644 --- a/SPECS/leapp-repository.spec +++ b/SPECS/leapp-repository.spec @@ -53,7 +53,7 @@ py2_byte_compile "%1" "%2"} Epoch: 1 Name: leapp-repository Version: 0.21.0 -Release: 5%{?dist}.elevate.2 +Release: 5%{?dist}.elevate.3 Summary: Repositories for leapp License: ASL 2.0 @@ -427,6 +427,9 @@ done; # no files here %changelog +* Tue Apr 08 2025 Yuriy Kohut - 0.21.0-5.elevate.3 +- Allow upgrade path from 7 to 8.10 + * Fri Apr 04 2025 Yuriy Kohut - 0.21.0-5.elevate.2 - Temporary disable upgrade path from 7 to 8.10