Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifests: add makedumpfile RPM on F41+ #2903

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ conditional-include:
- if: releasever == 39
# Checks for breaking changes that came with Podman v5.
include: podman-v5.yaml
- if: releasever >= 41
# Include makedumpfile subpackage from kexec-tools (new in F41+)
include: makedumpfile.yaml

ostree-layers:
- overlay/15fcos
Expand Down
4 changes: 4 additions & 0 deletions manifests/makedumpfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# makedumpfile is needed for kdump and was broken out to a subpackage
# in F41+. Drop this when we no longer support <F41.
packages:
- makedumpfile
Loading