Include kernel headers with spec
This commit is contained in:
parent
f5cd997d27
commit
9d4eb939a1
|
@ -71,10 +71,15 @@ cd %{_builddir}/zen-kernel-%{version}-zen1
|
||||||
|
|
||||||
cp %{_sourcedir}/.config $VMLINUX_PATH/config-%{version}-%{zen}.fc39.x86_64
|
cp %{_sourcedir}/.config $VMLINUX_PATH/config-%{version}-%{zen}.fc39.x86_64
|
||||||
|
|
||||||
|
make headers_install INSTALL_HDR_PATH=%{buildroot}/usr/include
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/boot/vmlinuz-%{version}-%{zen}.fc39.x86_64
|
/boot/vmlinuz-%{version}-%{zen}.fc39.x86_64
|
||||||
/boot/config-%{version}-%{zen}.fc39.x86_64
|
/boot/config-%{version}-%{zen}.fc39.x86_64
|
||||||
/lib/modules/*
|
/lib/modules/*
|
||||||
|
/usr/include/*
|
||||||
|
/usr/src/kernels/%{version}-%{zen}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 27 2024 Wizzard <rich@bandaholics.cash>
|
* Fri Jan 27 2024 Wizzard <rich@bandaholics.cash>
|
||||||
|
|
Loading…
Reference in New Issue