2023-10-04 16:09:56 +00:00
|
|
|
# change version here
|
2023-10-08 10:20:17 +00:00
|
|
|
%global rel_ver 5
|
2023-10-04 16:09:56 +00:00
|
|
|
%global patch_ver 0
|
|
|
|
%global major_ver 6
|
|
|
|
%global minor_ver 6
|
2023-10-07 15:27:52 +00:00
|
|
|
%global next_snapshot_date 20231006
|
2023-10-04 16:09:56 +00:00
|
|
|
%global target_config defconfig
|
2023-10-07 14:17:28 +00:00
|
|
|
%global kname opi5
|
2023-10-04 16:09:56 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2023-10-05 02:09:42 +00:00
|
|
|
Patch1: patch-0001-opi5-docs.patch
|
|
|
|
Patch2: patch-0002-opi5-sfc-node.patch
|
|
|
|
Patch3: patch-0003-opi5-device-tree.patch
|
2023-10-04 16:09:56 +00:00
|
|
|
|
|
|
|
%global src_dir linux-next-next-%{next_snapshot_date}
|
|
|
|
%include %{SOURCE1}
|