kernel-tfg/kernel-next-tfg.spec

18 lines
513 B
RPMSpec

# change version here
%global rel_ver 2
%global major_ver 6
%global minor_ver 6
%global patch_ver 0
%global next_snapshot_date 20231013
%global target_config defconfig
%global kname next
Version: %{major_ver}.%{minor_ver}.%{patch_ver}
Release: %{next_snapshot_date}.%{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}