summaryrefslogtreecommitdiff
path: root/SPECS
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-12-31 16:56:07 +0100
committerJan200101 <sentrycraft123@gmail.com>2021-12-31 16:56:07 +0100
commitb1aed0dc62564efe94e599263d6664cc7e43c824 (patch)
treefb87d7f230f19d1c249d7fa4e25cf4a0b789bf95 /SPECS
parented2937b7ae112890cf373946d51d2dad63575217 (diff)
downloadkernel-fsync-b1aed0dc62564efe94e599263d6664cc7e43c824.tar.gz
kernel-fsync-b1aed0dc62564efe94e599263d6664cc7e43c824.zip
kernel 5.15.12
Diffstat (limited to 'SPECS')
-rwxr-xr-xSPECS/kernel.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index dd0cdfb..301d1a2 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.11
+%define rpmversion 5.15.12
%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.11.tar.xz
+Source0: linux-5.15.12.tar.xz
Source1: Makefile.rhelver
@@ -1383,8 +1383,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.15.11 -c
-mv linux-5.15.11 linux-%{KVERREL}
+%setup -q -n kernel-5.15.12 -c
+mv linux-5.15.12 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2990,8 +2990,11 @@ fi
#
#
%changelog
-* Fri Dec 24 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.15.11-201
-- Linux v5.15.11 futex2 zen openrgb
+* Fri Dec 31 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.15.12-201
+- Linux v5.15.12 futex2 zen openrgb
+
+* Wed Dec 29 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.12-0]
+- iwlwifi: mvm: Increase the scan timeout guard to 30 seconds (Ilan Peer)
* Wed Dec 22 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.11-0]
- Fix up Changelog (Justin M. Forbes)