Pratham Patel
5d13ad5dc4
- Removed versions from file names. - Add spec files that specify items that vary between kernel versions. - Move the kernel-ml SPEC file as the file that gets included. - Make the include file more "generic" such that a kernel can be built with only version, package name and source0 specified. - Do not `exit 1` on finding new options. - Remove the '-s' that gets passed to the make macro to get "normally verbose" build output.
14 lines
326 B
RPMSpec
14 lines
326 B
RPMSpec
%global major_ver 6
|
|
%global minor_ver 7
|
|
%global patch_ver 0
|
|
%global rc_ver 1
|
|
%global release_v 0
|
|
|
|
Name: kernel-mainline
|
|
|
|
%global src_dir linux-%{major_ver}.%{minor_ver}-rc%{rc_ver}
|
|
|
|
Source0: https://git.kernel.org/torvalds/t/linux-%{major_ver}.%{minor_ver}-rc%{rc_ver}.tar.gz
|
|
Source1: kernel-common.inc
|
|
%include %{SOURCE1}
|