summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index cc2c22ac7..327ff9586 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -128,12 +128,12 @@ Summary: The Linux kernel
%else
%define primary_target rhel
%endif
-%define fedorabase 5.17.12
+%define fedorabase 5.17.13
# The kernel tarball/base version
%define kversion 5.17
-%define rpmversion 5.17.13
+%define rpmversion 5.17.14
%define patchversion 5.17
%define pkgrelease 300
@@ -698,7 +698,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.17.13.tar.xz
+Source0: linux-5.17.14.tar.xz
Source1: Makefile.rhelver
@@ -1390,8 +1390,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.13 -c
-mv linux-5.17.13 linux-%{KVERREL}
+%setup -q -n kernel-5.17.14 -c
+mv linux-5.17.14 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .