1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-05 20:58:42 +02:00

Merge pull request #1116 from dcermak/add-ssh-keygen-to-recommends

Add ssh-keygen as a recommends for ssh MFA authentication
This commit is contained in:
2022-08-24 11:27:08 +02:00
committed by GitHub

View File

@@ -85,6 +85,13 @@ Recommends: obs-service-source_validator
Recommends: obs-service-tar_scm
Recommends: obs-service-verify_file
%if 0%{?fedora}
Recommends: openssh
%endif
%if 0%{?suse_version}
Recommends: openssh-common
%endif
# needed for `osc browse` that calls xdg-open
Recommends: xdg-utils