From f558be1e3bc4183e742774dd4c87bf741aef1275 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Wed, 8 Dec 2021 09:26:24 +0100 Subject: 5.15.7 --- kernel.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel.spec b/kernel.spec index dc3edc671..9c54287c8 100755 --- a/kernel.spec +++ b/kernel.spec @@ -126,12 +126,12 @@ Summary: The Linux kernel %else %define primary_target rhel %endif -%define fedorabase 5.15.5 +%define fedorabase 5.15.6 # 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 200 @@ -685,7 +685,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 @@ -1377,8 +1377,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} . -- cgit