We are a "SSH protocol implementation" not a "SSH implementation"
This commit is contained in:
parent
5f4b10088f
commit
cf7635c15b
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
%define exact_openssl_version %(rpm -q openssl | cut -d - -f 2)
|
%define exact_openssl_version %(rpm -q openssl | cut -d - -f 2)
|
||||||
|
|
||||||
Summary: The OpenSSH implementation of SSH.
|
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: %{oversion}
|
Version: %{oversion}
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Summary: OpenSSH, a free Secure Shell (SSH) implementation
|
Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 2.9.9p1
|
Version: 2.9.9p1
|
||||||
URL: http://www.openssh.com/
|
URL: http://www.openssh.com/
|
||||||
|
|
Loading…
Reference in New Issue