summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-09-16 13:07:18 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-09-16 13:07:18 +0200
commit5274c9896ccf9e0fcf3c4b4e9d6fb1b9499b26dd (patch)
tree41b286032d9540cf01769a0ddf622569ff5c6525
parent9f8a3fbee38bb94ca6d75d10c429c6025791b685 (diff)
downloadkernel-5.14.5-350.vanilla.1.fc34.tar.gz
kernel-5.14.5-350.vanilla.1.fc34.tar.xz
kernel-5.14.5-350.vanilla.1.fc34.zip
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 7b0e83f8f..fd2f4f5aa 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.3
+%define fedorabase 5.14.4
# The kernel tarball/base version
%define kversion 5.14
-%define rpmversion 5.14.4
+%define rpmversion 5.14.5
%define patchversion 5.14
%define pkgrelease 300
@@ -675,7 +675,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.14.4.tar.xz
+Source0: linux-5.14.5.tar.xz
Source1: Makefile.rhelver
@@ -1361,8 +1361,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.14.4 -c
-mv linux-5.14.4 linux-%{KVERREL}
+%setup -q -n kernel-5.14.5 -c
+mv linux-5.14.5 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .