From: Prarit Bhargava <prarit@xxxxxxxxxx> redhat/Makefile: Make kernel-local global The kernel-local file is applied on both rhel and fedora builds. Make it a global file instead of in the fedora_files dir. Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -274,6 +274,7 @@ sources-rh: $(TARBALL) generate-testpatch-tmp setup-source dist-configs-check generate_crashkernel_default.sh \ ../Makefile.rhelver \ README.rst \ + kernel-local \ $(SOURCES)/ @if [ "$(RELEASED_KERNEL)" -ne 0 ]; then \ cp keys/redhatsecureboot{301,501,ca5,ca1}.cer $(SOURCES)/; \ diff --git a/redhat/fedora_files/kernel-local b/redhat/kernel-local rename from redhat/fedora_files/kernel-local rename to redhat/kernel-local index blahblah..blahblah 100644 --- a/redhat/fedora_files/kernel-local +++ b/redhat/kernel-local -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1413 _______________________________________________ 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