2023-09-12 11:19:32 +00:00
|
|
|
# change version here
|
2023-10-08 06:51:11 +00:00
|
|
|
%global rel_ver 3
|
2023-10-07 15:27:52 +00:00
|
|
|
%global next_snapshot_date 20231006
|
2023-10-01 02:50:25 +00:00
|
|
|
%global target_config defconfig
|
2023-10-07 14:17:28 +00:00
|
|
|
%global kname next
|
2023-09-12 11:19:32 +00:00
|
|
|
|
|
|
|
Version: %{next_snapshot_date}
|
|
|
|
Release: %{rel_ver}%{?dist}
|
|
|
|
|
|
|
|
Source0: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/snapshot/linux-next-next-%{next_snapshot_date}.tar.gz
|
|
|
|
Source1: master.inc
|
|
|
|
|
|
|
|
%global src_dir linux-next-next-%{next_snapshot_date}
|
|
|
|
%include %{SOURCE1}
|