1
0
Fork 0

use my custom kernel

This commit is contained in:
Pratham Patel 2024-03-21 14:20:12 +05:30
parent 0417ecd2fb
commit 18efd5c191
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
%global _binary_payload w3T.xzdio
# Define the version of the Linux Kernel Archive tarball.
%global LKAver 6.7.8
%global LKAver 6.8.1
# Define the buildid, if required.
%global buildid .001
@ -97,7 +97,7 @@
# Only build the base kernel-mainline (--with baseonly):
%define with_baseonly %{?_with_baseonly: 1} %{?!_with_baseonly: 0}
%global KVERREL %{pkg_version}-%{pkg_release}.%{_target_cpu}
%global KVERREL %{pkg_version}-%{pkg_release}.%{_target_cpu}.g67c1f891a419
# If requested, only build base kernel-mainline package.
%if %{with_baseonly}
@ -219,7 +219,7 @@ BuildConflicts: rhbuildsys(DiskFree) < 500Mb
###
### Sources
###
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{LKAver}.tar.xz
Source0: https://github.com/thefossguy/linux-stable/archive/67c1f891a419fea8a18834eba6fb9c124476b837.tar.gz
Source2: config-x86_64
Source4: config-aarch64
@ -531,7 +531,7 @@ exit 1
%endif
%setup -q -n %{name}-%{version} -c
mv linux-%{LKAver} linux-%{KVERREL}
mv linux-stable-67c1f891a419fea8a18834eba6fb9c124476b837 linux-%{KVERREL}
pushd linux-%{KVERREL} > /dev/null