Open bureado opened 4 months ago
In Azure Linux 2.0 (and 3.0), git depends on openssh, which in turn depends on openssh-server.
git
openssh
openssh-server
Consider changing the Requires stanza in git to openssh-clients if sshd isn't really necessary for the normal operation of git.
Requires
openssh-clients
sshd
git.
See #10421
In Azure Linux 2.0 (and 3.0),
git
depends onopenssh
, which in turn depends onopenssh-server
.Consider changing the
Requires
stanza ingit
toopenssh-clients
ifsshd
isn't really necessary for the normal operation ofgit.