summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-01-11 14:19:45 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2022-01-11 14:19:45 +0100
commit149e66bd643de20648c4b4b2804ab0c353ded05f (patch)
tree4078833487462c90870e70b30083bbcf93cfa632
parenta5d1d438da3b2f4eaebb3d6318935270d388893f (diff)
downloadkernel-5.15.14-250.vanilla.1.fc35.tar.gz
kernel-5.15.14-250.vanilla.1.fc35.tar.xz
kernel-5.15.14-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 126d381ac..e7b2dac93 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -126,12 +126,12 @@ Summary: The Linux kernel
%else
%define primary_target rhel
%endif
-%define fedorabase 5.15.12
+%define fedorabase 5.15.13
# The kernel tarball/base version
%define kversion 5.15
-%define rpmversion 5.15.13
+%define rpmversion 5.15.14
%define patchversion 5.15
%define pkgrelease 200
@@ -685,7 +685,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.15.13.tar.xz
+Source0: linux-5.15.14.tar.xz
Source1: Makefile.rhelver
@@ -1377,8 +1377,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.15.13 -c
-mv linux-5.15.13 linux-%{KVERREL}
+%setup -q -n kernel-5.15.14 -c
+mv linux-5.15.14 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .