summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-06-09 08:20:19 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-06-09 08:20:19 -0500
commite117e0a9cdb1caeea493394b984ed95e2fc8a30b (patch)
treeb2fde2cbec07ddcd06a0a1ff477ccd7ef56b5708 /kernel.spec
parent549d93396cdd2ccf62fddb16a6f1d0adae866dc5 (diff)
downloadkernel-e117e0a9cdb1caeea493394b984ed95e2fc8a30b.tar.gz
kernel-e117e0a9cdb1caeea493394b984ed95e2fc8a30b.tar.xz
kernel-e117e0a9cdb1caeea493394b984ed95e2fc8a30b.zip
kernel-5.17.14-0
* Thu Jun 09 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.14-0] - Config updates for stable backports (Justin M. Forbes) 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 fca234f08..adc7fffc3 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.13
+%define rpmversion 5.17.14
%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.13.tar.xz
+Source0: linux-5.17.14.tar.xz
Source1: Makefile.rhelver
@@ -1387,8 +1387,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.13 -c
-mv linux-5.17.13 linux-%{KVERREL}
+%setup -q -n kernel-5.17.14 -c
+mv linux-5.17.14 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -3015,6 +3015,9 @@ fi
#
#
%changelog
+* Thu Jun 09 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.14-0]
+- Config updates for stable backports (Justin M. Forbes)
+
* Mon Jun 06 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.13-0]
- Drop F34 from release targets (Justin M. Forbes)
- Add the fedora-stable-release.sh script to generate stable dist-git (Justin M. Forbes)