From 1ea96929c738521b8117f3fc9c23b8e918374a42 Mon Sep 17 00:00:00 2001 From: Zoltan Fridrich Date: Fri, 27 Mar 2026 09:46:13 +0100 Subject: [PATCH] Fix typo in SPDX license name Resolves: RHEL-161464 Signed-off-by: Zoltan Fridrich --- openssh.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index 516cd0a..b5329f8 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} +Release: 24%{?dist} 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,6 +719,10 @@ test -f %{sysconfig_anaconda} && \ %attr(0755,root,root) %{_libdir}/sshtest/sk-dummy.so %changelog +* 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