From 5a33eb26f061226768dae0aeb68e902df11f215e Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 3 Nov 2022 22:47:58 -0400 Subject: [PATCH] Fedora now only requires openssh-clients, rather than the openssh meta package Former-commit-id: 320ec033563f9bf6d246c82ba504ee29085dfb5f [formerly 942febfac94f17c5231e998aa945bce36eb8821c] Former-commit-id: ec41cf2e719ad9127ed84322f91248075e52ccbc --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index 20e0db1..5f77e5f 100755 --- a/package.sh +++ b/package.sh @@ -185,7 +185,7 @@ BuildArch: noarch License: GPL-3.0-only URL: https://github.com/rwinkhart/sshyp Source0: sshyp-"$version".tar.xz -Requires: python gnupg openssh wl-clipboard +Requires: python gnupg openssh-clients wl-clipboard Recommends: bash-completion %description sshyp is a password-store compatible CLI password manager available for UNIX(-like) systems - its primary goal is to make syncing passwords and notes across devices as easy as possible via CLI.