Closed
Description
In Azure Linux 2.0 (and 3.0), git
depends on openssh
, which in turn depends on openssh-server
.
Consider changing the Requires
stanza in git
to openssh-clients
if sshd
isn't really necessary for the normal operation of git.