minimal: Exclude all kernel-debug subpackages

Something changed in depsolving recently in at least CentOS Stream 10
and we started getting `kernel-debug-modules` being pulled in.

Assisted-by: OpenCode (claude-opus-4-6)
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2026-06-26 08:45:56 -04:00
commit 5eee92b4b2
2 changed files with 6 additions and 6 deletions

View file

@ -8,9 +8,3 @@ packages:
# Required by bootc install, sgdisk has been replaced by Rust crate
# in bootc https://github.com/containers/bootc/pull/775
- xfsprogs e2fsprogs dosfstools
exclude-packages:
# Exclude kernel-debug-core to make sure that it doesn't somehow get
# chosen as the package to satisfy the `kernel-core` dependency from
# the kernel package.
- kernel-debug-core

View file

@ -4,3 +4,9 @@ packages:
exclude-packages:
- kernel-debug
- kernel-debug-core
- kernel-debug-modules
- kernel-debug-modules-core
- kernel-debug-modules-extra
- kernel-debug-uki-virt
- kernel-debug-uki-virt-addons