From 8f9224313ed8e6192cda30d7c571566e69f3c922 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Wed, 25 Jun 2025 22:58:44 +0900 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 5ae2470..48c8e25 100644 --- a/openssh.spec +++ b/openssh.spec @@ -44,7 +44,7 @@ Summary: An open source implementation of SSH protocol version 2 Name: openssh Version: %{openssh_ver} -Release: %{openssh_rel}%{?dist} +Release: %{openssh_rel}%{?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 @@ -194,7 +194,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 @@ -386,7 +386,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 @@ -670,6 +670,9 @@ test -f %{sysconfig_anaconda} && \ %attr(0755,root,root) %{_libdir}/sshtest/sk-dummy.so %changelog +* Wed Jun 25 2025 Koichiro Iwao - 9.9p1-7.alma.1 +- Unpatch Red Hat help message + * Tue Feb 18 2025 Dmitry Belyavskiy - 9.9p1-7 - rebuilt Related: RHEL-78699