Add note about how to get patches added to kernel.spec applied

This commit is contained in:
Brandon Nielsen 2024-09-12 12:49:06 -05:00 committed by pbokoc
parent 3263f4d06c
commit 2769231fde

View file

@ -138,8 +138,9 @@ git switch f28
picked up during the build automatically. picked up during the build automatically.
.. Patches can also be kept in seperate files and added to `kernel.spec` with .. Patches can also be kept in seperate files and added to `kernel.spec` with
`Patch2: foo.patch`, `Patch3: bar.patch`, etc. They should be applied `Patch2: foo.patch`, `Patch3: bar.patch`, etc. Matching `ApplyOptionalPatch foo.patch`,
automatically during the build process. `ApplyOptionalPatch bar.patch` lines must be added to apply the patches during
the build process.
.. To make your own modifications to the kernel source, retrieve the kernel .. To make your own modifications to the kernel source, retrieve the kernel
sources for your current dist-git branch with `fedpkg sources`, then make sources for your current dist-git branch with `fedpkg sources`, then make