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:
parent
c1dc06ef51
commit
27a1a29a7f
@ -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
|
||||
|
@ -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 <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
|
||||
- Update ELevate patch:
|
||||
- make sure 'efi_finalization_fix' step runs before 'kernelcmdlineconfig'
|
||||
|
Loading…
Reference in New Issue
Block a user