Update AlmaLinux ELevate and Vendors patch: Introduce new upgrade path 9.8 -> 10.2 for AlmaLinux OS #32
@ -5158,6 +5158,21 @@ index 63910fe0..4e8b380d 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 ca0fe590..0a5a3d4d 100644
|
||||
--- a/repos/system_upgrade/common/files/upgrade_paths.json
|
||||
+++ b/repos/system_upgrade/common/files/upgrade_paths.json
|
||||
@@ -34,8 +34,9 @@
|
||||
"default": {
|
||||
"8.10": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5", "9.6", "9.7", "9.8"],
|
||||
"9.7": ["10.0", "10.1"],
|
||||
+ "9.8": ["10.0", "10.1", "10.2"],
|
||||
"8": ["9.0", "9.1", "9.2", "9.3", "9.4", "9.5", "9.6", "9.7", "9.8"],
|
||||
- "9": ["10.0", "10.1"]
|
||||
+ "9": ["10.0", "10.1", "10.2"]
|
||||
}
|
||||
}
|
||||
}
|
||||
diff --git a/repos/system_upgrade/common/libraries/distro.py b/repos/system_upgrade/common/libraries/distro.py
|
||||
index 34c48a57..734d152b 100644
|
||||
--- a/repos/system_upgrade/common/libraries/distro.py
|
||||
|
||||
@ -350,8 +350,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 09 2026 Yuriy Kohut <ykohut@almalinux.org> - 0.24.0-1.elevate.4
|
||||
* Tue Mar 10 2026 Yuriy Kohut <ykohut@almalinux.org> - 0.24.0-1.elevate.4
|
||||
- ELevate vendors support for upstream 0.24.0-1 version (34aeae1e023e61345a1bb020b42231a79a0be4a8)
|
||||
- Update upgrade path for almalinux: 9.8 -> 10.2
|
||||
|
||||
* Fri Feb 27 2026 Yuriy Kohut <ykohut@almalinux.org> - 0.24.0-1.elevate.3
|
||||
- Update %{lpr_name}-fapolicyd package requirement to include epoch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user