From bcfd460728890f1cf88ea2ef5b3eb153db47378f Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sat, 22 May 2021 15:20:11 -0500 Subject: kernel-5.12.6-0 * Sat May 22 2021 Justin M. Forbes [5.12.6-0] - bus: mhi: core: Download AMSS image from appropriate function (Bhaumik Bhatt) 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 14ce9979e..c94be4463 100755 --- a/kernel.spec +++ b/kernel.spec @@ -106,7 +106,7 @@ Summary: The Linux kernel %define primary_target rhel %endif -%define rpmversion 5.12.5 +%define rpmversion 5.12.6 %define stableversion 5.12 %define pkgrelease 300 @@ -623,7 +623,7 @@ BuildRequires: clang # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.12.5.tar.xz +Source0: linux-5.12.6.tar.xz Source1: Makefile.rhelver @@ -1277,8 +1277,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.12.5 -c -mv linux-5.12.5 linux-%{KVERREL} +%setup -q -n kernel-5.12.6 -c +mv linux-5.12.6 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2792,6 +2792,9 @@ fi # # %changelog +* Sat May 22 2021 Justin M. Forbes [5.12.6-0] +- bus: mhi: core: Download AMSS image from appropriate function (Bhaumik Bhatt) + * Wed May 19 2021 Justin M. Forbes [5.12.5-0] - drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas) - fedora: enable zonefs (Damien Le Moal) -- cgit