summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-09-26 17:44:35 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-09-26 17:44:35 +0200
commit4779cf4a338d693633e07f8645499a324a2783c2 (patch)
treef62885d96c6061a991abd484ad31f19af7414c3c
parenta9e911d4f7656ca85c4382af2c63f038e3a2887b (diff)
downloadkernel-4779cf4a338d693633e07f8645499a324a2783c2.tar.gz
kernel-4779cf4a338d693633e07f8645499a324a2783c2.tar.xz
kernel-4779cf4a338d693633e07f8645499a324a2783c2.zip
-rwxr-xr-xkernel.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 1057d6f16..4947961c7 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -126,7 +126,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.14
-%define rpmversion 5.14.7
+%define rpmversion 5.14.8
%define patchversion 5.14
%define pkgrelease 200
@@ -675,7 +675,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.14.7.tar.xz
+Source0: linux-5.14.8.tar.xz
Source1: Makefile.rhelver
@@ -1361,8 +1361,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.14.7 -c
-mv linux-5.14.7 linux-%{KVERREL}
+%setup -q -n kernel-5.14.8 -c
+mv linux-5.14.8 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .