kernel-other/kernel-next-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

15 lines
414 B
RPMSpec

# change version here
%global rel_ver 2
%global next_snapshot_date 20231006
%global target_config defconfig
%global kname next
Version: %{next_snapshot_date}
Release: %{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}