Include kernel headers with spec

This commit is contained in:
Wizzard 2024-02-26 12:38:31 -05:00
parent f5cd997d27
commit 9d4eb939a1
1 changed files with 5 additions and 0 deletions

View File

@ -71,10 +71,15 @@ cd %{_builddir}/zen-kernel-%{version}-zen1
cp %{_sourcedir}/.config $VMLINUX_PATH/config-%{version}-%{zen}.fc39.x86_64
make headers_install INSTALL_HDR_PATH=%{buildroot}/usr/include
%files
/boot/vmlinuz-%{version}-%{zen}.fc39.x86_64
/boot/config-%{version}-%{zen}.fc39.x86_64
/lib/modules/*
/usr/include/*
/usr/src/kernels/%{version}-%{zen}
%changelog
* Fri Jan 27 2024 Wizzard <rich@bandaholics.cash>