summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-10-13 08:48:39 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-10-13 08:48:39 -0500
commit34cf2ac106003a67aa49a8d11338671d89a8eb5a (patch)
tree04b19d0624dc69ec6935802f9b4d6c6cafaa918c /kernel.spec
parent0a54eb8ae1819e69e62db435e7e851b3a7c28097 (diff)
downloadkernel-34cf2ac106003a67aa49a8d11338671d89a8eb5a.tar.gz
kernel-34cf2ac106003a67aa49a8d11338671d89a8eb5a.tar.xz
kernel-34cf2ac106003a67aa49a8d11338671d89a8eb5a.zip
kernel-5.14.12-0
* Wed Oct 13 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.12-0] - Linux v5.14.12 Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index a43e5e5c3..c02eecffd 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -123,7 +123,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.14
-%define rpmversion 5.14.11
+%define rpmversion 5.14.12
%define patchversion 5.14
%define pkgrelease 300
@@ -672,7 +672,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.14.11.tar.xz
+Source0: linux-5.14.12.tar.xz
Source1: Makefile.rhelver
@@ -1358,8 +1358,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.14.11 -c
-mv linux-5.14.11 linux-%{KVERREL}
+%setup -q -n kernel-5.14.12 -c
+mv linux-5.14.12 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2958,6 +2958,9 @@ fi
#
#
%changelog
+* Wed Oct 13 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.12-0]
+- Linux v5.14.12
+
* Sun Oct 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.11-0]
- Linux v5.14.11