From: Herton R. Krzesinski on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1268 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1977056 As reported on bugzilla above, rpm -V on kernel-core package fails, eg.: ``` .M....... g /boot/System.map-5.13.0-0.rc7.51.el9.x86_64 .M....... g /boot/initramfs-5.13.0-0.rc7.51.el9.x86_64.img .......T. /lib/modules/5.13.0-0.rc7.51.el9.x86_64/modules.builtin.alias.bin ``` This merge request with two commits are aimed to fix those. The ghost files issue were already fixed in rhel7/rhel8 but kernel-ark lacked the commit, which I cherry-picked here. The other commit fixes the problem with modules.builtin.alias.bin which is a depmod created file and we need to remove in the build process. --- redhat/kernel.spec.template | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure