From 85ac641a5a8dabd9b8aa55c8ce4665e4c69dba74 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 27 Oct 2021 10:33:15 -0500 Subject: kernel-5.14.15-100 * Wed Oct 27 2021 Justin M. Forbes [5.14.15-100] - Changelog entry for 5.14.15 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 2f0a03600..8b19d50ee 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.14 +%define rpmversion 5.14.15 %define patchversion 5.14 %define pkgrelease 100 @@ -672,7 +672,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.14.tar.xz +Source0: linux-5.14.15.tar.xz Source1: Makefile.rhelver @@ -1358,8 +1358,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.14 -c -mv linux-5.14.14 linux-%{KVERREL} +%setup -q -n kernel-5.14.15 -c +mv linux-5.14.15 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2958,6 +2958,9 @@ fi # # %changelog +* Wed Oct 27 2021 Justin M. Forbes [5.14.15-0] +- Linux v5.14.15 + * Wed Oct 20 2021 Justin M. Forbes [5.14.14-0] - autofs: fix wait name hash calculation in autofs_wait() (Ian Kent) - Fix up quirk to match upstream (Justin M. Forbes) -- cgit