summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-04-28 10:17:30 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-04-28 10:17:30 -0500
commit33a1ab0ee6882fbd6790429fc61a2fd8bf95fb82 (patch)
tree16d4e5c9fadc83f5a73b5555f882e52667438a3f /kernel.spec
parentc09200b0c0065ed66858c097ab30ca35586480f6 (diff)
downloadkernel-33a1ab0ee6882fbd6790429fc61a2fd8bf95fb82.tar.gz
kernel-33a1ab0ee6882fbd6790429fc61a2fd8bf95fb82.tar.xz
kernel-33a1ab0ee6882fbd6790429fc61a2fd8bf95fb82.zip
kernel-5.17.5-100
* Thu Apr 28 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.5-100] - Update changelog (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 c11620ea0..fef399ac1 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.4
+%define rpmversion 5.17.5
%define patchversion 5.17
%define pkgrelease 100
@@ -695,7 +695,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.17.4.tar.xz
+Source0: linux-5.17.5.tar.xz
Source1: Makefile.rhelver
@@ -1387,8 +1387,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.4 -c
-mv linux-5.17.4 linux-%{KVERREL}
+%setup -q -n kernel-5.17.5 -c
+mv linux-5.17.5 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -3015,6 +3015,12 @@ fi
#
#
%changelog
+* Thu Apr 28 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.5-100]
+- Update changelog (Justin M. Forbes)
+
+* Thu Apr 28 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.5-0]
+- Linux v5.17.5
+
* Wed Apr 20 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.4-0]
- Add F34 and F35 as release targets (Justin M. Forbes)
- Revert "net: bcmgenet: Use stronger register read/writes to assure ordering" (Justin M. Forbes)