From: Thorsten Leemhuis on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3438#note_2179815114 Not totally sure, but I think this define on Fedora will override the users choice, if the user on kicks a build using "--with-realtime". The right thing to do would likely be doing something like this earlier in the spec file (untested): ``` %if 0%{?fedora} %define with_realtime %{?_with_realtime: 1} %{?!_with_realtime: 0} %else %define with_realtime %{?_without_realtime: 0} %{?!_without_realtime: 1} %endif ``` -- _______________________________________________ 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