From 27a1a29a7f30c8baa553402529fe5f400aa08570 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Mon, 7 Oct 2024 14:11:19 +0300 Subject: [PATCH] Update ELevate vendors patch: - remove '9.5' target from upgrade path until it is not released Bump the package release: 0.21.0-2.elevate.3 --- SOURCES/leapp-repository-0.21.0-elevate.patch | 17 +++++++++++++++++ SPECS/leapp-repository.spec | 6 +++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/SOURCES/leapp-repository-0.21.0-elevate.patch b/SOURCES/leapp-repository-0.21.0-elevate.patch index dc745b7..3f7800a 100644 --- a/SOURCES/leapp-repository-0.21.0-elevate.patch +++ b/SOURCES/leapp-repository-0.21.0-elevate.patch @@ -5254,6 +5254,23 @@ index 34f7b8f9..acba532c 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 5399f148..6904a30d 100644 +--- a/repos/system_upgrade/common/files/upgrade_paths.json ++++ b/repos/system_upgrade/common/files/upgrade_paths.json +@@ -2,10 +2,10 @@ + "default": { + "7.9": ["8.8", "8.10"], + "8.8": ["9.2"], +- "8.10": ["9.4", "9.5"], ++ "8.10": ["9.4"], + "9.6": ["10.0"], + "7": ["8.8", "8.10"], +- "8": ["9.2", "9.4", "9.5"], ++ "8": ["9.2", "9.4"], + "9": ["10.0"] + }, + "saphana": { diff --git a/repos/system_upgrade/common/libraries/config/version.py b/repos/system_upgrade/common/libraries/config/version.py index 152d9112..c61a5581 100644 --- a/repos/system_upgrade/common/libraries/config/version.py diff --git a/SPECS/leapp-repository.spec b/SPECS/leapp-repository.spec index 9265972..2601c65 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: 2%{?dist}.elevate.2 +Release: 2%{?dist}.elevate.3 Summary: Repositories for leapp License: ASL 2.0 @@ -305,6 +305,10 @@ done; # no files here %changelog +* Mon Oct 07 2024 Yuriy Kohut - 0.21.0-2.elevate.3 +- Update ELevate patch: + - remove '9.5' target from upgrade path until it is not released + * Thu Aug 29 2024 Yuriy Kohut - 0.21.0-2.elevate.2 - Update ELevate patch: - make sure 'efi_finalization_fix' step runs before 'kernelcmdlineconfig'