summaryrefslogtreecommitdiffstats
path: root/scripts/package/kernel.spec
AgeCommit message (Collapse)AuthorLines
2023-07-25kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada-0/+117
Most of the lines in the spec file are independent of any build condition. Split the body of the spec file into scripts/package/kernel.spec. scripts/package/mkspec will prepend some env-dependent variables. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>