summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-12-17 08:28:46 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-12-17 08:28:46 -0600
commitcc13445bf622a0c3b278ff0b947df0aea47ee43d (patch)
treee3fe9ece9dcf569c4cd8831c028eeb8f2086b3b2 /kernel.spec
parent3a2de6daf1a9a25a78175aa1411439ce5ccf95b9 (diff)
downloadkernel-cc13445bf622a0c3b278ff0b947df0aea47ee43d.tar.gz
kernel-cc13445bf622a0c3b278ff0b947df0aea47ee43d.tar.xz
kernel-cc13445bf622a0c3b278ff0b947df0aea47ee43d.zip
kernel-5.15.10-0
* Fri Dec 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.10-0] - Changelog fixes for stable (Justin M. Forbes) - platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDs (Hans de Goede) 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 4ed44e201..839190532 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -128,7 +128,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.15
-%define rpmversion 5.15.8
+%define rpmversion 5.15.10
%define patchversion 5.15
%define pkgrelease 100
@@ -682,7 +682,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.15.8.tar.xz
+Source0: linux-5.15.10.tar.xz
Source1: Makefile.rhelver
@@ -1374,8 +1374,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.15.8 -c
-mv linux-5.15.8 linux-%{KVERREL}
+%setup -q -n kernel-5.15.10 -c
+mv linux-5.15.10 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2972,6 +2972,10 @@ fi
#
#
%changelog
+* Fri Dec 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.10-0]
+- Changelog fixes for stable (Justin M. Forbes)
+- platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDs (Hans de Goede)
+
* Tue Dec 14 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15-0]
- Enable CONFIG_VFIO_NOIOMMU for Fedora (Justin M. Forbes)