summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-05-25 09:30:06 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-05-25 09:30:06 -0500
commitdc561b7c300d18acdd8ced4236c70c3baa2d24d6 (patch)
tree5c86de6190e94ff3e0be9b83d2f4f10bedb55bcc /kernel.spec
parent0f21e0ccbcff699df94aa607e502a2d679d3d798 (diff)
downloadkernel-dc561b7c300d18acdd8ced4236c70c3baa2d24d6.tar.gz
kernel-dc561b7c300d18acdd8ced4236c70c3baa2d24d6.tar.xz
kernel-dc561b7c300d18acdd8ced4236c70c3baa2d24d6.zip
kernel-5.17.11-0
* Wed May 25 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.11-0] - Linux v5.17.11 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 2dc2f6074..7f44c3f9d 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.17
-%define rpmversion 5.17.10
+%define rpmversion 5.17.11
%define patchversion 5.17
%define pkgrelease 200
@@ -695,7 +695,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.17.10.tar.xz
+Source0: linux-5.17.11.tar.xz
Source1: Makefile.rhelver
@@ -1387,8 +1387,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.10 -c
-mv linux-5.17.10 linux-%{KVERREL}
+%setup -q -n kernel-5.17.11 -c
+mv linux-5.17.11 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -3015,6 +3015,12 @@ fi
#
#
%changelog
+* Wed May 25 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.11-0]
+- Linux v5.17.11 (Justin M. Forbes)
+
+* Wed May 25 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.11-0]
+- Linux v5.17.11
+
* Wed May 25 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.10-0]
- fedora: Re-enable efifb and vesafb drivers (Javier Martinez Canillas)
- drivers/firmware: skip simpledrm if nvidia-drm.modeset=1 is set (Javier Martinez Canillas)