summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-03-23 09:24:14 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2022-03-23 09:24:14 +0100
commit8f70f7f58b8a458084e7d745b100aa93304c69d9 (patch)
treeea94561664cd471179f0d929e5d4e9d67f2ae696
parenta25539e8f585531efe964096cea8d4aa614b204f (diff)
downloadkernel-5.16.17-250.vanilla.1.fc35.tar.gz
kernel-5.16.17-250.vanilla.1.fc35.tar.xz
kernel-5.16.17-250.vanilla.1.fc35.zip
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 7578cf982..e60926bef 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -128,12 +128,12 @@ Summary: The Linux kernel
%else
%define primary_target rhel
%endif
-%define fedorabase 5.16.15
+%define fedorabase 5.16.16
# The kernel tarball/base version
%define kversion 5.16
-%define rpmversion 5.16.16
+%define rpmversion 5.16.17
%define patchversion 5.16
%define pkgrelease 200
@@ -695,7 +695,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.16.16.tar.xz
+Source0: linux-5.16.17.tar.xz
Source1: Makefile.rhelver
@@ -1389,8 +1389,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.16.16 -c
-mv linux-5.16.16 linux-%{KVERREL}
+%setup -q -n kernel-5.16.17 -c
+mv linux-5.16.17 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .