summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-05-26 07:33:51 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-05-26 07:33:51 -0500
commit800874a6476b2dde2e8875f51337eea25169ce2f (patch)
tree172bc53d3d28e39e6fed77030b00b38588e15950 /kernel.spec
parentbcfd460728890f1cf88ea2ef5b3eb153db47378f (diff)
downloadkernel-800874a6476b2dde2e8875f51337eea25169ce2f.tar.gz
kernel-800874a6476b2dde2e8875f51337eea25169ce2f.tar.xz
kernel-800874a6476b2dde2e8875f51337eea25169ce2f.zip
kernel-5.12.7-0
* Wed May 26 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.7-0] - Fix up merge issue resulting in dual entries for ALC295_FIXUP_ASUS_DACS (Justin M. Forbes) - powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls (Nicholas Piggin) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index c94be4463..9e97bba52 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -106,7 +106,7 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.12.6
+%define rpmversion 5.12.7
%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.6.tar.xz
+Source0: linux-5.12.7.tar.xz
Source1: Makefile.rhelver
@@ -1277,8 +1277,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.12.6 -c
-mv linux-5.12.6 linux-%{KVERREL}
+%setup -q -n kernel-5.12.7 -c
+mv linux-5.12.7 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2792,6 +2792,10 @@ fi
#
#
%changelog
+* Wed May 26 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.7-0]
+- Fix up merge issue resulting in dual entries for ALC295_FIXUP_ASUS_DACS (Justin M. Forbes)
+- powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls (Nicholas Piggin)
+
* Sat May 22 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.6-0]
- bus: mhi: core: Download AMSS image from appropriate function (Bhaumik Bhatt)