summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-10-13 10:24:40 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-10-13 10:24:40 +0200
commit2f3fdd91374544373efb5cea276fd8dcb7231f59 (patch)
treeb1ccc493b56abbad021927f91967fadaf55dfc86
parent23ff590baae6f06a296a95d5b69a2f6e361b6399 (diff)
downloadkernel-5.14.12-250.vanilla.1.fc34.tar.gz
kernel-5.14.12-250.vanilla.1.fc34.tar.xz
kernel-5.14.12-250.vanilla.1.fc34.zip
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 62908946a..090157a49 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -121,12 +121,12 @@ Summary: The Linux kernel
%else
%define primary_target rhel
%endif
-%define fedorabase 5.14.10
+%define fedorabase 5.14.11
# The kernel tarball/base version
%define kversion 5.14
-%define rpmversion 5.14.11
+%define rpmversion 5.14.12
%define patchversion 5.14
%define pkgrelease 200
@@ -675,7 +675,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.14.11.tar.xz
+Source0: linux-5.14.12.tar.xz
Source1: Makefile.rhelver
@@ -1361,8 +1361,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.14.11 -c
-mv linux-5.14.11 linux-%{KVERREL}
+%setup -q -n kernel-5.14.12 -c
+mv linux-5.14.12 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .