From f383aa2b0cb8909a5ce3c7f7e01ea2d5657eb963 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Tue, 10 Mar 2026 13:00:30 +0200 Subject: [PATCH] Update AlmaLinux ELevate and Vendors patch: Introduce new upgrade path 9.8 -> 10.2 for AlmaLinux OS --- SOURCES/leapp-repository-0.24.0-elevate.patch | 15 +++++++++++++++ SPECS/leapp-repository.spec | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/SOURCES/leapp-repository-0.24.0-elevate.patch b/SOURCES/leapp-repository-0.24.0-elevate.patch index ec724f6..be13f7a 100644 --- a/SOURCES/leapp-repository-0.24.0-elevate.patch +++ b/SOURCES/leapp-repository-0.24.0-elevate.patch @@ -5158,6 +5158,21 @@ index 63910fe0..4e8b380d 100644 self.base.distro_sync() 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 ca0fe590..0a5a3d4d 100644 +--- a/repos/system_upgrade/common/files/upgrade_paths.json ++++ b/repos/system_upgrade/common/files/upgrade_paths.json +@@ -34,8 +34,9 @@ + "default": { + "8.10": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5", "9.6", "9.7", "9.8"], + "9.7": ["10.0", "10.1"], ++ "9.8": ["10.0", "10.1", "10.2"], + "8": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5", "9.6", "9.7", "9.8"], +- "9": ["10.0", "10.1"] ++ "9": ["10.0", "10.1", "10.2"] + } + } + } diff --git a/repos/system_upgrade/common/libraries/distro.py b/repos/system_upgrade/common/libraries/distro.py index 34c48a57..734d152b 100644 --- a/repos/system_upgrade/common/libraries/distro.py diff --git a/SPECS/leapp-repository.spec b/SPECS/leapp-repository.spec index 8b68f29..9f29094 100644 --- a/SPECS/leapp-repository.spec +++ b/SPECS/leapp-repository.spec @@ -350,8 +350,9 @@ fi %changelog -* Mon Mar 09 2026 Yuriy Kohut - 0.24.0-1.elevate.4 +* Tue Mar 10 2026 Yuriy Kohut - 0.24.0-1.elevate.4 - ELevate vendors support for upstream 0.24.0-1 version (34aeae1e023e61345a1bb020b42231a79a0be4a8) +- Update upgrade path for almalinux: 9.8 -> 10.2 * Fri Feb 27 2026 Yuriy Kohut - 0.24.0-1.elevate.3 - Update %{lpr_name}-fapolicyd package requirement to include epoch -- 2.47.3