From: Clark Williams <willi...@redhat.com> redhat: don't allow with_rtonly to turn on unsupported arches
Move the arch check for with_realtime to below where the with_rtonly block turns it on. Signed-off-by: Clark Williams <willi...@redhat.com> 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 @@ -388,11 +388,6 @@ Summary: The Linux kernel %define with_pae 0 %endif -# RT kernel is only built on x86_64 and aarch64 -%ifnarch x86_64 aarch64 -%define with_realtime 0 -%endif - # if requested, only build base kernel %if %{with_baseonly} %define with_pae 0 @@ -451,6 +446,11 @@ Summary: The Linux kernel %define with_efiuki 0 %endif +# RT kernel is only built on x86_64 and aarch64 +%ifnarch x86_64 aarch64 +%define with_realtime 0 +%endif + # turn off kABI DUP check and DWARF-based check if kABI check is disabled %if !%{with_kabichk} %define with_kabidupchk 0 -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403 _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue