summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-09-18 15:36:27 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-09-18 15:36:27 +0200
commit32e698fb68e3c1ef46f90a6fd7daf27e539daf7a (patch)
tree9cf60dfcc5bd589f2adff531489a36d650457a6f
parentcbe3f49acbeecb02f11e066f24a965e722387176 (diff)
downloadkernel-5.14.6-350.vanilla.1.fc33.tar.gz
kernel-5.14.6-350.vanilla.1.fc33.tar.xz
kernel-5.14.6-350.vanilla.1.fc33.zip
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index ce3da233d..2a6b326af 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.4
+%define fedorabase 5.14.5
# The kernel tarball/base version
%define kversion 5.14
-%define rpmversion 5.14.5
+%define rpmversion 5.14.6
%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.5.tar.xz
+Source0: linux-5.14.6.tar.xz
Source1: Makefile.rhelver
@@ -1361,8 +1361,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.14.5 -c
-mv linux-5.14.5 linux-%{KVERREL}
+%setup -q -n kernel-5.14.6 -c
+mv linux-5.14.6 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .