Skip to content

Commit

Permalink
manifests: add kexec-utils subpackage for kexec-tools
Browse files Browse the repository at this point in the history
In kexec-tools 2.0.28-8 some of the config files
were broken out in a subpackage.
Kexec-utils is a weak dependency on kexec-tools
so we need to pull it manually.

See: https://src.fedoraproject.org/rpms/kexec-tools/c/372b4c6c1597c3d9aaddda2d691260474973989e?branch=rawhide
  • Loading branch information
jbtrystram authored and dustymabe committed Apr 16, 2024
1 parent 7857871 commit 437dc2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ conditional-include:
# 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
# Include makedumpfile and kexec-utils subpackages from kexec-tools (new in F41+)
include: kdump.yaml
# On <41, we want to keep making sure dnf doesn't slip in somehow
# On 41+, we do want it
# https://github.com/coreos/fedora-coreos-tracker/issues/1687
Expand Down
8 changes: 8 additions & 0 deletions manifests/kdump.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
packages:
# makedumpfile is needed for kdump and was broken out to a subpackage
# in F41+. Move this to a main manifest file when we no longer support <F41.
- makedumpfile
# systemd service files and other tools were moved into a subpackage
# in F41+. Move this to a main manifest file when we no longer support <F41.
# https://src.fedoraproject.org/rpms/kexec-tools/c/372b4c6c1597c3d9aaddda2d691260474973989e?branch=rawhide
- kdump-utils
4 changes: 0 additions & 4 deletions manifests/makedumpfile.yaml

This file was deleted.

0 comments on commit 437dc2a

Please sign in to comment.