From: Clark Williams <williams@xxxxxxxxxx> redhat: don't build efiuki for realtime or automotive realtime and automotive x86_64 do not require an efiuki packaging change so do not do efiuki things when building them. Signed-off-by: Clark Williams <williams@xxxxxxxxxx> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -269,7 +269,11 @@ Summary: The Linux kernel %define with_automotive %{?_without_automotive: 1} %{?!_without_automotive: 0} %ifarch x86_64 -%define with_efiuki %{?_without_efiuki: 0} %{?!_without_efiuki: !%{with_realtime}} +%if %{with_realtime} || %{with_automotive} +%define with_efiuki 0 +%else +%define with_efiuki %{?_without_efiuki: 0} %{?!_without_efiuki: 1} +%endif %else %define with_efiuki 0 %endif -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403 _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue