summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-01-05 10:42:56 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-01-05 10:42:56 -0600
commitad8f0e10cf6cc09a3fc84feeda250a54550d3a1b (patch)
treea510df5a6d096b6c1d29f1243a118368e810f0ac /kernel.spec
parent153710e714a8574271764a6866ba1ecffe8b6103 (diff)
downloadkernel-ad8f0e10cf6cc09a3fc84feeda250a54550d3a1b.tar.gz
kernel-ad8f0e10cf6cc09a3fc84feeda250a54550d3a1b.tar.xz
kernel-ad8f0e10cf6cc09a3fc84feeda250a54550d3a1b.zip
kernel-5.15.13-0
* Wed Jan 05 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.13-0] - Linux v5.15.13 Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 01533f4a9..a1f33aef6 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.12
+%define rpmversion 5.15.13
%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.12.tar.xz
+Source0: linux-5.15.13.tar.xz
Source1: Makefile.rhelver
@@ -1374,8 +1374,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.15.12 -c
-mv linux-5.15.12 linux-%{KVERREL}
+%setup -q -n kernel-5.15.13 -c
+mv linux-5.15.13 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2972,6 +2972,9 @@ fi
#
#
%changelog
+* Wed Jan 05 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.13-0]
+- Linux v5.15.13
+
* 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)