kernel-tfg/kernel-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

22 lines
630 B
RPMSpec

# change version here
%global rel_ver 2
%global patch_ver 0
%global major_ver 6
%global minor_ver 6
%global next_snapshot_date 20231006
%global target_config defconfig
%global kname opi5
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
Patch1: patch-0001-opi5-docs.patch
Patch2: patch-0002-opi5-sfc-node.patch
Patch3: patch-0003-opi5-device-tree.patch
%global src_dir linux-next-next-%{next_snapshot_date}
%include %{SOURCE1}