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.
13 lines
328 B
RPMSpec
13 lines
328 B
RPMSpec
%global major_ver 6
|
|
%global minor_ver 6
|
|
%global patch_ver 1
|
|
%global release_v 0
|
|
|
|
Name: kernel-stable
|
|
|
|
%global src_dir linux-%{major_ver}.%{minor_ver}.%{patch_ver}
|
|
|
|
Source0: https://cdn.kernel.org/pub/linux/kernel/v%{major_ver}.x/linux-%{major_ver}.%{minor_ver}.%{patch_ver}.tar.xz
|
|
Source1: kernel-common.inc
|
|
%include %{SOURCE1}
|