diff --git a/openssh.spec b/openssh.spec
index 69cff37..7ee3832 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -43,7 +43,7 @@
Summary: An open source implementation of SSH protocol version 2
Name: openssh
Version: %{openssh_ver}
-Release: 23%{?dist}.alma.1
+Release: 24%{?dist}.alma.1
URL: http://www.openssh.com/portable.html
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
@@ -238,7 +238,7 @@ Patch1037: openssh-9.9p1-first-match-wins.patch
# upstream bc328144f149af07139a0f2c1329018cd85b86b7
Patch1038: openssh-9.9p1-maxstartups-mistracking.patch
-License: BSD-3-Clause AND BSD-2-Clause AND ISC AND SSH-OpenSSH AND ssh-keyscan AND sprintf AND LicenseRef-Fedora-Public-Domain AND X11-distribute-modifications-variant
+License: BSD-3-Clause AND BSD-2-Clause AND ISC AND SSH-OpenSSH AND ssh-keyscan AND snprintf AND LicenseRef-Fedora-Public-Domain AND X11-distribute-modifications-variant
Requires: /sbin/nologin
%if ! %{no_gnome_askpass}
@@ -719,9 +719,13 @@ test -f %{sysconfig_anaconda} && \
%attr(0755,root,root) %{_libdir}/sshtest/sk-dummy.so
%changelog
-* Wed Mar 25 2026 Koichiro Iwao - 9.9p1-23.alma.1
+* Sat Mar 28 2026 Koichiro Iwao - 9.9p1-24.alma.1
- Unpatch Red Hat help message
+* Fri Mar 27 2026 Zoltan Fridrich - 9.9p1-24
+- Fix typo in SPDX license name
+ Resolves: RHEL-161464
+
* Wed Mar 18 2026 Zoltan Fridrich - 9.9p1-23
- Don't negotiate non-FIPS algorithms in ssh-keyscan key exchange in FIPS mode
Resolves: RHEL-88565