forked from rpms/leapp-repository
Update ELevate patch:
- allow upgrade path to 9.6 Bump the package release
This commit is contained in:
parent
50152196ef
commit
00c6494a9f
@ -5071,7 +5071,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 cc9dcdb5..5ce5a666 100644
|
index cc9dcdb5..6634980a 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,10 +1,10 @@
|
@@ -1,10 +1,10 @@
|
||||||
@ -5080,12 +5080,12 @@ index cc9dcdb5..5ce5a666 100644
|
|||||||
- "7.9": ["8.10"],
|
- "7.9": ["8.10"],
|
||||||
- "8.10": ["9.4", "9.5", "9.6"],
|
- "8.10": ["9.4", "9.5", "9.6"],
|
||||||
+ "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", "9.5"],
|
+ "8.10": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5", "9.6"],
|
||||||
"9.6": ["10.0"],
|
"9.6": ["10.0"],
|
||||||
- "7": ["8.10"],
|
- "7": ["8.10"],
|
||||||
- "8": ["9.4", "9.5", "9.6"],
|
- "8": ["9.4", "9.5", "9.6"],
|
||||||
+ "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", "9.5"],
|
+ "8": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5", "9.6"],
|
||||||
"9": ["10.0"]
|
"9": ["10.0"]
|
||||||
},
|
},
|
||||||
"saphana": {
|
"saphana": {
|
||||||
|
@ -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: 5%{?dist}.elevate.3
|
Release: 5%{?dist}.elevate.4
|
||||||
Summary: Repositories for leapp
|
Summary: Repositories for leapp
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -427,6 +427,9 @@ done;
|
|||||||
# no files here
|
# no files here
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 20 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-5.elevate.4
|
||||||
|
- Allow upgrade path to 9.6
|
||||||
|
|
||||||
* Tue Apr 08 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-5.elevate.3
|
* Tue Apr 08 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-5.elevate.3
|
||||||
- Allow upgrade path from 7 to 8.10
|
- Allow upgrade path from 7 to 8.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user