kernel-tfg/kernel-vendor-opi5-tfg.spec
Pratham Patel bc5d5e4ea0
fix:
```
Error:
 Problem: cannot install the best update candidate for package kernel-opi5-tfg-6.6.0-20231006.0.el9.aarch64
  - nothing provides /sbin/installkernel needed by kernel-opi5-tfg-6.6.0-20231006.1.el9.aarch64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages
```
2023-10-08 10:46:08 +05:30

20 lines
535 B
RPMSpec

# change version here
%global rel_ver 3
%global major_ver 5
%global minor_ver 10
%global patch_ver 160
%global target_config rockchip_defconfig
%global commit_hash 3c0ea83c49a1e4959161c9953f142ac91ea8ddd8
%global kname vendor-opi5
Version: %{major_ver}.%{minor_ver}.%{patch_ver}
Release: %{rel_ver}%{?dist}
BuildRequires: gnupg2
BuildRequires: uboot-tools
Source0: https://github.com/orangepi-xunlong/linux-orangepi/archive/%{commit_hash}.tar.gz
Source1: master.inc
%global src_dir linux-orangepi-%{commit_hash}
%include %{SOURCE1}