summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-11-02 20:07:51 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-11-02 20:07:51 +0100
commitdbf0806836501a73c85b26b585005a3a27d04c5a (patch)
treee1120ceb3da07c9c1787d9c16ef2457127af6ff1
parent5122dcaddb04b0467982723c2319320c5c5dd49e (diff)
downloadkernel-dbf0806836501a73c85b26b585005a3a27d04c5a.tar.gz
kernel-dbf0806836501a73c85b26b585005a3a27d04c5a.tar.xz
kernel-dbf0806836501a73c85b26b585005a3a27d04c5a.zip
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 19d06db07..7ee0a3abf 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.14
+%define fedorabase 5.14.15
# The kernel tarball/base version
%define kversion 5.14
-%define rpmversion 5.14.15
+%define rpmversion 5.14.16
%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.15.tar.xz
+Source0: linux-5.14.16.tar.xz
Source1: Makefile.rhelver
@@ -1361,8 +1361,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.14.15 -c
-mv linux-5.14.15 linux-%{KVERREL}
+%setup -q -n kernel-5.14.16 -c
+mv linux-5.14.16 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .