From: Clark Williams <willi...@redhat.com>

redhat: don't build rt debug packages when with_dbgonly set

The variable with_dbgonly means to only build the main kernel debug
package; don't build rt debug packages when it's set.

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
@@ -2564,10 +2564,11 @@ cd linux-%{KVERREL}
 
 
 %if %{with_debug}
-%if %{with_realtime}
+%if %{with_realtime} && !%{with_dbgonly}
 echo "building rt_debug"
 BuildKernel %make_target %kernel_image %{_use_vdso} rt_debug
 %endif
+
 %if %{with_up}
 echo "building main debug package"
 BuildKernel %make_target %kernel_image %{_use_vdso} debug

--
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

Reply via email to