summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
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 0ae9751f9..e253ffe91 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -133,7 +133,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.17
-%define rpmversion 5.17.14
+%define rpmversion 5.17.15
%define patchversion 5.17
%define pkgrelease 200
@@ -698,7 +698,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.17.14.tar.xz
+Source0: linux-5.17.15.tar.xz
Source1: Makefile.rhelver
@@ -1390,8 +1390,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.14 -c
-mv linux-5.17.14 linux-%{KVERREL}
+%setup -q -n kernel-5.17.15 -c
+mv linux-5.17.15 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .
@@ -3020,6 +3020,9 @@ fi
#
#
%changelog
+* Tue Jun 14 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.15-200]
+- v5.17.15 rebase
+
* Thu Jun 09 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.14-0]
- Config updates for stable backports (Justin M. Forbes)