14 lines
385 B
RPMSpec
14 lines
385 B
RPMSpec
# change version here
|
|
%global rel_ver 5
|
|
%global next_snapshot_date 20230911
|
|
|
|
Name: kernel-next-tfg
|
|
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}
|