From 7fbde1b34c1f6c9ca9e9d10805ba1e5e4538e165 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 10 Feb 2018 10:25:15 +1100 Subject: [PATCH] Remove SSH1 from description. --- contrib/redhat/openssh.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 8ba399b7e..2fa2537fb 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -75,7 +75,7 @@ %define kerberos5 0 %endif -Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. +Summary: The OpenSSH implementation of SSH protocol version 2. Name: openssh Version: %{ver} %if %{rescue} @@ -424,6 +424,7 @@ fi * Sat Feb 10 2018 Darren Tucker - Update openssl-devel dependency to match current requirements. - Handle Fedora >=6 openssl 1.0 compat libs. +- Remove SSH1 from description. * Sun Nov 16 2014 Nico Kadel-Garcia - Add '--mandir' and '--with-mantype' for RHEL 5 compatibility