summaryrefslogtreecommitdiff
path: root/SPECS/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'SPECS/kernel.spec')
-rwxr-xr-xSPECS/kernel.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index ea39095..9e26c52 100755
--- a/SPECS/kernel.spec
+++ b/SPECS/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 201
@@ -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
@@ -1383,8 +1383,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} .
@@ -2990,8 +2990,12 @@ fi
#
#
%changelog
-* Sun Dec 19 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.15.8-201
-- Linux v5.15.8 futex2 zen openrgb
+* Sun Dec 19 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.15.10-201
+- Linux v5.15.10 futex2 zen openrgb
+
+* 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)