2023-10-01 01:00:24 +00:00
|
|
|
# change version here
|
|
|
|
%global rel_ver 0
|
|
|
|
%global major_ver 5
|
|
|
|
%global minor_ver 10
|
|
|
|
%global patch_ver 160
|
|
|
|
%global commit_hash 3c0ea83c49a1e4959161c9953f142ac91ea8ddd8
|
|
|
|
|
|
|
|
Name: kernel-vendor-opi5-tfg
|
|
|
|
Version: %{major_ver}.%{minor_ver}.%{patch_ver}
|
|
|
|
Release: %{rel_ver}%{?dist}
|
|
|
|
BuildRequires: gnupg2
|
2023-10-01 01:12:08 +00:00
|
|
|
BuildRequires: uboot-tools
|
2023-10-01 01:00:24 +00:00
|
|
|
|
|
|
|
Source0: https://github.com/orangepi-xunlong/linux-orangepi/archive/%{commit_hash}.tar.gz
|
|
|
|
Source1: master.inc
|
|
|
|
|
2023-10-01 01:03:11 +00:00
|
|
|
%global src_dir linux-orangepi-%{commit_hash}
|
2023-10-01 01:00:24 +00:00
|
|
|
%include %{SOURCE1}
|