Merge pull request 'Update ELevate vendors patch: extend update path for 8 and 8.10 with 9.5 target' (#10) from ykohut/leapp-repository:a8-elevate-0210 into a8-elevate-0210

Reviewed-on: rpms/leapp-repository#10
This commit is contained in:
Andrew Lukoshko 2024-11-19 15:27:12 +00:00
commit 90a498b4ff
2 changed files with 8 additions and 4 deletions

View File

@ -5255,7 +5255,7 @@ index 34f7b8f9..acba532c 100644
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 diff --git a/repos/system_upgrade/common/files/upgrade_paths.json b/repos/system_upgrade/common/files/upgrade_paths.json
index 5399f148..0c6b7463 100644 index 5399f148..d162762c 100644
--- a/repos/system_upgrade/common/files/upgrade_paths.json --- a/repos/system_upgrade/common/files/upgrade_paths.json
+++ b/repos/system_upgrade/common/files/upgrade_paths.json +++ b/repos/system_upgrade/common/files/upgrade_paths.json
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
@ -5265,12 +5265,12 @@ index 5399f148..0c6b7463 100644
- "8.8": ["9.2"], - "8.8": ["9.2"],
- "8.10": ["9.4", "9.5"], - "8.10": ["9.4", "9.5"],
+ "7.9": ["8.7", "8.8", "8.9", "8.10"], + "7.9": ["8.7", "8.8", "8.9", "8.10"],
+ "8.10": ["9.0", "9.1", "9.2", "9.3", "9.4"], + "8.10": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5"],
"9.6": ["10.0"], "9.6": ["10.0"],
- "7": ["8.8", "8.10"], - "7": ["8.8", "8.10"],
- "8": ["9.2", "9.4", "9.5"], - "8": ["9.2", "9.4", "9.5"],
+ "7": ["8.7", "8.8", "8.9", "8.10"], + "7": ["8.7", "8.8", "8.9", "8.10"],
+ "8": ["9.0", "9.1", "9.2", "9.3", "9.4"], + "8": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5"],
"9": ["10.0"] "9": ["10.0"]
}, },
"saphana": { "saphana": {

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.3 Release: 2%{?dist}.elevate.4
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
* Tue Nov 19 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.4
- Update ELevate patch:
- extend update path for 8 and 8.10 with 9.5 target
* Mon Oct 07 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.3 * Mon Oct 07 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.3
- Update ELevate patch: - Update ELevate patch:
- remove '9.5' target from upgrade path until it is not released - remove '9.5' target from upgrade path until it is not released