From e7dd5f16fd77ce28d08216c2166e2a7a551689a3 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Tue, 11 May 2021 15:36:48 +0200 Subject: 5.12.3 --- kernel.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel.spec b/kernel.spec index 388ce416f..a17cdfcbd 100755 --- a/kernel.spec +++ b/kernel.spec @@ -107,9 +107,9 @@ Summary: The Linux kernel %else %define primary_target rhel %endif -%define fedorabase 5.12.1 +%define fedorabase 5.12.2 -%define rpmversion 5.12.2 +%define rpmversion 5.12.3 %define stableversion 5.12 %define pkgrelease 325 @@ -626,7 +626,7 @@ BuildRequires: clang # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.12.2.tar.xz +Source0: linux-5.12.3.tar.xz Source1: Makefile.rhelver @@ -1280,8 +1280,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.12.2 -c -mv linux-5.12.2 linux-%{KVERREL} +%setup -q -n kernel-5.12.3 -c +mv linux-5.12.3 linux-%{KVERREL} cd linux-%{KVERREL} # cp -a %{SOURCE1} . -- cgit