From 5eee92b4b25941ae4b52da81fb80db1f3e945501 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 26 Jun 2026 08:45:56 -0400 Subject: [PATCH] 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 --- minimal/bootc.yaml | 6 ------ minimal/kernel.yaml | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/minimal/bootc.yaml b/minimal/bootc.yaml index 128afd3..63998f5 100644 --- a/minimal/bootc.yaml +++ b/minimal/bootc.yaml @@ -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 diff --git a/minimal/kernel.yaml b/minimal/kernel.yaml index 0dd777d..8921348 100644 --- a/minimal/kernel.yaml +++ b/minimal/kernel.yaml @@ -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