From 1548053b71179a9ee6f7b60b980bbf9faf02097d Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sun, 17 Oct 2021 11:01:44 -0500 Subject: kernel-5.14.13-100 * Sun Oct 17 2021 Justin M. Forbes [5.14.13-100] - Fix changelog missing entries (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 7b009bcad..68e213c35 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.12 +%define rpmversion 5.14.13 %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.12.tar.xz +Source0: linux-5.14.13.tar.xz Source1: Makefile.rhelver @@ -1358,8 +1358,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.12 -c -mv linux-5.14.12 linux-%{KVERREL} +%setup -q -n kernel-5.14.13 -c +mv linux-5.14.13 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2958,6 +2958,9 @@ fi # # %changelog +* Sun Oct 17 2021 Justin M. Forbes [5.14.13-0] +- ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 (Pierre-Louis Bossart) + * Wed Oct 13 2021 Justin M. Forbes [5.14.12-0] - Linux v5.14.12 -- cgit