summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-12-17 10:48:47 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-12-17 10:56:34 +0100
commit3cda13d1ff069bf3abf1ccfd19b1ce968097e238 (patch)
tree76b2b7ccab765c6695075176cdc764a9dc548643
parentaad018b911c4c84cd419cb407e20a08d33560f79 (diff)
downloadkernel-3cda13d1ff069bf3abf1ccfd19b1ce968097e238.tar.gz
kernel-3cda13d1ff069bf3abf1ccfd19b1ce968097e238.tar.xz
kernel-3cda13d1ff069bf3abf1ccfd19b1ce968097e238.zip
-rwxr-xr-xkernel.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 99472351f..c410d992a 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -131,7 +131,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.15
-%define rpmversion 5.15.9
+%define rpmversion 5.15.10
%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.9.tar.xz
+Source0: linux-5.15.10.tar.xz
Source1: Makefile.rhelver
@@ -1377,8 +1377,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.15.9 -c
-mv linux-5.15.9 linux-%{KVERREL}
+%setup -q -n kernel-5.15.10 -c
+mv linux-5.15.10 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .