From 2804ac870f85caeda9e383a34559c36322c62f60 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 20 Jun 2025 17:22:36 -0400 Subject: [PATCH] standard/coreos-user-experience: unconditionalize kexec-tools kexec-tools has been built for riscv now so we can stop conditionalizing the inclusion. --- standard/coreos-user-experience.yaml | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/standard/coreos-user-experience.yaml b/standard/coreos-user-experience.yaml index 295ea0b..1ca6463 100644 --- a/standard/coreos-user-experience.yaml +++ b/standard/coreos-user-experience.yaml @@ -6,26 +6,19 @@ packages: # Improved MOTD experience - console-login-helper-messages-issuegen - console-login-helper-messages-profile + # kdump support + # https://github.com/coreos/fedora-coreos-tracker/issues/622 + # The makedumpfile and kdump-utils RPMs were broken out in + # Fedora and EL10+. To be able to use the same package list + # Across EL9 + Fedora + EL10 let's just name paths for now. + # We can go back to just specifying the RPM names when we + # no longer support EL9. + - kexec-tools + - /usr/share/makedumpfile # makedumpfile RPM + - /usr/bin/kdumpctl # kdump-utils RPM # Container tooling - toolbox # nvme-cli for managing nvme disks - nvme-cli # Used by admins interactively - lsof - -conditional-include: - - if: basearch != "riscv64" - # TODO: kexec-tools isn't built for riscv yet so conditionalize these here - # https://github.com/coreos/fedora-coreos-tracker/issues/1931 - include: - packages: - # kdump support - # https://github.com/coreos/fedora-coreos-tracker/issues/622 - # The makedumpfile and kdump-utils RPMs were broken out in - # Fedora and EL10+. To be able to use the same package list - # Across EL9 + Fedora + EL10 let's just name paths for now. - # We can go back to just specifying the RPM names when we - # no longer support EL9. - - kexec-tools - - /usr/share/makedumpfile # makedumpfile RPM - - /usr/bin/kdumpctl # kdump-utils RPM