2023-09-12 11:19:32 +00:00
|
|
|
# change version here
|
2023-10-09 04:45:56 +00:00
|
|
|
%global rel_ver 16
|
2023-09-12 11:19:32 +00:00
|
|
|
%global major_ver 6
|
|
|
|
%global minor_ver 6
|
2023-10-02 15:16:50 +00:00
|
|
|
%global rc_ver 4
|
2023-10-01 02:50:25 +00:00
|
|
|
%global target_config defconfig
|
2023-10-07 14:17:28 +00:00
|
|
|
%global kname rc
|
2023-09-12 11:19:32 +00:00
|
|
|
|
|
|
|
Version: %{major_ver}.%{minor_ver}.0
|
|
|
|
Release: rc%{rc_ver}.%{rel_ver}%{?dist}
|
|
|
|
|
|
|
|
Source0: https://git.kernel.org/torvalds/t/linux-%{major_ver}.%{minor_ver}-rc%{rc_ver}.tar.gz
|
|
|
|
Source1: master.inc
|
|
|
|
|
|
|
|
%global src_dir linux-%{major_ver}.%{minor_ver}-rc%{rc_ver}
|
|
|
|
%include %{SOURCE1}
|