1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-14 01:26:23 +01: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:
Daniel Mach 2022-08-24 11:27:08 +02:00 committed by GitHub
commit f1794d8b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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