From d3af05032493bdafb3d95c803febaf4171a494b0 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Wed, 21 Apr 2021 13:51:10 +0200 Subject: 5.11.16 --- kernel.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel.spec b/kernel.spec index 113a4a3d3..167d31047 100755 --- a/kernel.spec +++ b/kernel.spec @@ -105,9 +105,9 @@ Summary: The Linux kernel %else %define primary_target rhel %endif -%define fedorabase 5.11.14 +%define fedorabase 5.11.15 -%define rpmversion 5.11.15 +%define rpmversion 5.11.16 %define stableversion 5.11 %define pkgrelease 350 @@ -606,7 +606,7 @@ BuildRequires: asciidoc # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.11.15.tar.xz +Source0: linux-5.11.16.tar.xz Source1: Makefile.rhelver @@ -1255,8 +1255,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.11.15 -c -mv linux-5.11.15 linux-%{KVERREL} +%setup -q -n kernel-5.11.16 -c +mv linux-5.11.16 linux-%{KVERREL} cd linux-%{KVERREL} # cp -a %{SOURCE1} . -- cgit