From 73791dc69726ef0c46ba3bfbbbd948fa4055110b Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Tue, 7 Apr 2026 10:33:14 +0000 Subject: [PATCH] Unpatch Red Hat help message --- openssh.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openssh.spec b/openssh.spec index 57ed49f..f2be4dd 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: 20%{?dist} +Release: 20%{?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 @@ -193,7 +193,7 @@ Patch1014: openssh-8.7p1-nohostsha1proof.patch Patch1015: openssh-9.6p1-pam-rhost.patch Patch1016: openssh-9.9p1-separate-keysign.patch -Patch1017: openssh-8.7p1-redhat-help.patch +#Patch1017: openssh-8.7p1-redhat-help.patch Patch1018: openssh-8.7p1-openssl-log.patch # upstream cf3e48ee8ba1beeccddd2f203b558fa102be67a2 # upstream 0c3927c45f8a57b511c874c4d51a8c89414f74ef @@ -408,7 +408,7 @@ gpgv2 --quiet --keyring %{SOURCE3} %{SOURCE1} %{SOURCE0} %patch -P 1014 -p1 -b .nosha1hostproof %patch -P 1015 -p1 -b .pam-rhost %patch -P 1016 -p1 -b .sep-keysign -%patch -P 1017 -p1 -b .help +#%patch -P 1017 -p1 -b .help %patch -P 1018 -p1 -b .openssl-log %patch -P 1019 -p1 -b .mlkembe %patch -P 1020 -p1 -b .match @@ -707,6 +707,9 @@ test -f %{sysconfig_anaconda} && \ %attr(0755,root,root) %{_libdir}/sshtest/sk-dummy.so %changelog +* Tue Apr 07 2026 Koichiro Iwao - 9.9p1-20.alma.1 +- Unpatch Red Hat help message + * Wed Feb 25 2026 Dmitry Belyavskiy - 9.9p1-20 - Provide a way to skip unsupported ML-KEM hybrid algorithms in FIPS mode Resolves: RHEL-151579