microsoft / azurelinux

Linux OS for Azure 1P services and edge appliances
MIT License
4.31k stars 549 forks source link

git shouldn't depend (transitively) on openssh-server #9568

Open bureado opened 4 months ago

bureado commented 4 months ago

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.

bureado commented 1 month ago

See #10421