From: Jan Stancek <[email protected]>

spec: fix spec warning for /usr/include/ynl

With the combination of build options "--without realtime --without debug
--without debuginfo --without ynl --without doc" in ELN, build produces a
warning:

RPM build warnings:
    File not found: 
/builddir/build/BUILD/kernel-6.16.0-build/BUILDROOT/usr/include/ynl

Put the exclude behind %{with_ynl} to avoid the warning.

Closes: https://gitlab.com/cki-project/kernel-ark/-/issues/184
Signed-off-by: Jan Stancek <[email protected]>

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
@@ -3916,8 +3916,10 @@ fi\
 %files headers
 /usr/include/*
 %exclude %{_includedir}/cpufreq.h
+%if %{with_ynl}
 %exclude %{_includedir}/ynl
 %endif
+%endif
 
 %if %{with_cross_headers}
 %files cross-headers

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3911

-- 
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to