From: Jan Stancek jstancek@redhat.com
redhat/kernel.spec: fix duplicate packages of ynl headers
It's currently packages by both kernel-headers and kernel-tools-libs-devel, which requires them to be in sync, otherwise there's potential conflict when user updates just one of them.
Fixes: eb3706d2d279 ("redhat: kernel.spec: add ynl to kernel-tools") Signed-off-by: Jan Stancek jstancek@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 @@ -3836,6 +3836,7 @@ fi\ %files headers /usr/include/* %exclude %{_includedir}/cpufreq.h +%exclude %{_includedir}/ynl %endif
%if %{with_cross_headers}
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3828
kernel@lists.fedoraproject.org