diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-12-09 22:01:39 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-12-09 22:01:39 +0100 |
commit | 1fbde103e35b432bcb489b8c043f0110fa689a42 (patch) | |
tree | b4cf2097fee957ad2173859e51ea898b50f733e6 /SPECS | |
parent | 4166a4714ba952b70af846c30a460d0488c2a355 (diff) | |
download | kernel-fsync-1fbde103e35b432bcb489b8c043f0110fa689a42.tar.gz kernel-fsync-1fbde103e35b432bcb489b8c043f0110fa689a42.zip |
kernel 5.15.7
Diffstat (limited to 'SPECS')
-rwxr-xr-x | SPECS/kernel.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 3539062..ec3ba02 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -128,7 +128,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.15 -%define rpmversion 5.15.6 +%define rpmversion 5.15.7 %define patchversion 5.15 %define pkgrelease 201 @@ -682,7 +682,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.15.6.tar.xz +Source0: linux-5.15.7.tar.xz Source1: Makefile.rhelver @@ -1383,8 +1383,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.15.6 -c -mv linux-5.15.6 linux-%{KVERREL} +%setup -q -n kernel-5.15.7 -c +mv linux-5.15.7 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2990,8 +2990,8 @@ fi # # %changelog -* Sat Dec 04 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.15.6-201 -- Linux v5.15.6 futex2 zen openrgb +* Thu Dec 09 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.15.7-201 +- Linux v5.15.7 futex2 zen openrgb * Wed Dec 01 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15-0] - Revert "drm/i915: Implement Wa_1508744258" (Justin M. Forbes) |