From: Gerd Hoffmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2179 NOTE: Truncated patchset since committer email 'kernel-team@fedoraproject.org' does not match the submitter's GitLab public email address 'kraxel@redhat.com'. All kernel modules plus support files (such as the files generated by depmod) are moved to the new kernel-modules-core sub-rpm.
The kernel binary plus support files stay in the kernel-core sub-rpm. This essentially includes the files which are copied over to /boot by the kernel-install utility (vmlinuz, System.map, ...).
With this in place we have a strict separation between sub-rpms carrying a kernel image and sub-rpms carrying kernel modules. This should make it easier to use alternative kernel image packages, for example an unified kernel.
--- redhat/kernel.changelog-9.99 | 5 ++++ redhat/kernel.spec.template | 55 ++++++++++++++++++++++++++++++++++++++++--- scripts/head-object-list.txt | 1 + Makefile.rhelver | 2 +- 4 files changed, 58 insertions(+), 5 deletions(-)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2179#note_1236077...
Happy to ack this once the unrelated commits are dropped.
From: Gerd Hoffmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2179#note_1236168...
Oops, didn't notice they sneaked in on rebase. Will fix.
kernel@lists.fedoraproject.org