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
This commit is contained in:
Yuriy Kohut 2024-10-07 14:11:19 +03:00
parent c1dc06ef51
commit 27a1a29a7f
2 changed files with 22 additions and 1 deletions

View File

@ -5254,6 +5254,23 @@ index 34f7b8f9..acba532c 100644
self.base.distro_sync() self.base.distro_sync()
if self.opts.tid[0] == 'check': 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 diff --git a/repos/system_upgrade/common/libraries/config/version.py b/repos/system_upgrade/common/libraries/config/version.py
index 152d9112..c61a5581 100644 index 152d9112..c61a5581 100644
--- a/repos/system_upgrade/common/libraries/config/version.py --- a/repos/system_upgrade/common/libraries/config/version.py

View File

@ -53,7 +53,7 @@ py2_byte_compile "%1" "%2"}
Epoch: 1 Epoch: 1
Name: leapp-repository Name: leapp-repository
Version: 0.21.0 Version: 0.21.0
Release: 2%{?dist}.elevate.2 Release: 2%{?dist}.elevate.3
Summary: Repositories for leapp Summary: Repositories for leapp
License: ASL 2.0 License: ASL 2.0
@ -305,6 +305,10 @@ done;
# no files here # no files here
%changelog %changelog
* Mon Oct 07 2024 Yuriy Kohut <ykohut@almalinux.org> - 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 <ykohut@almalinux.org> - 0.21.0-2.elevate.2 * Thu Aug 29 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.2
- Update ELevate patch: - Update ELevate patch:
- make sure 'efi_finalization_fix' step runs before 'kernelcmdlineconfig' - make sure 'efi_finalization_fix' step runs before 'kernelcmdlineconfig'