Skip to content

Commit 1c033c8

Browse files
committed
Fix: versionlock kernel-devel-matched to prevent depsolve errors
To prevent DNF dependency resolution errors in multi-kernel environments, add kernel-devel-matched in the package versionlock list together with other kernel packages. After the fix, the task about "update all packages to bring system to the latest state” could run successfully when older kernel version is installed JIRA: RHELHPC-151 Signed-off-by: Xuemin Li <xuli@redhat.com>
1 parent e80b290 commit 1c033c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vars/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ __hpc_kernel_versionlock_rpms:
7272
- kernel-modules
7373
- kernel-modules-extra
7474
- kernel-devel
75+
- kernel-devel-matched
7576
- kernel-headers
77+
7678
__hpc_install_prefix: /opt
7779

7880
# packages for azure specific including VM management infrastructure and storage

0 commit comments

Comments
 (0)