kernel-other/kernel-rc-tfg.spec

16 lines
388 B
RPMSpec
Raw Normal View History

2023-09-12 11:19:32 +00:00
# change version here
%global rel_ver 3
2023-09-12 11:19:32 +00:00
%global major_ver 6
%global minor_ver 6
2023-10-10 08:45:37 +00:00
%global rc_ver 5
2023-10-07 14:17:28 +00:00
%global kname rc
2023-09-12 11:19:32 +00:00
Version: %{major_ver}.%{minor_ver}.0
Release: rc%{rc_ver}.%{rel_ver}%{?dist}
Source0: https://git.kernel.org/torvalds/t/linux-%{major_ver}.%{minor_ver}-rc%{rc_ver}.tar.gz
Source1: master.inc
%global src_dir linux-%{major_ver}.%{minor_ver}-rc%{rc_ver}
%include %{SOURCE1}