]> git.pld-linux.org Git - packages/openssh.git/commitdiff
bring back strict version dep on base package to -clients
authorJan Palus <atler@pld-linux.org>
Thu, 3 Aug 2023 07:24:39 +0000 (09:24 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 3 Aug 2023 07:24:39 +0000 (09:24 +0200)
commit that removed it claimed:

> - removed one more senseless strict internal dep - clients subpackage needs
>   only /etc/ssh directory included in openssh main package since rev. 1.2

but it's not only about /etc/ssh -- when upgrading I'd like to have full
and consistent set of client tools including ssh-key{gen,scan} shipped
in base package

openssh.spec

index 00a50709b7bd6854fab2c905f5ce33d2fbf13ec2..294c203ac4ad4a9b730c15937df2fef1b3de7561 100644 (file)
@@ -261,7 +261,7 @@ Summary(pt_BR.UTF-8):       Clientes do OpenSSH
 Summary(ru.UTF-8):     OpenSSH - клиенты протокола Secure Shell
 Summary(uk.UTF-8):     OpenSSH - клієнти протоколу Secure Shell
 Group:         Applications/Networking
-Requires:      %{name}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 Suggests:      %{name}-clients-helper-fido = %{epoch}:%{version}-%{release}
 Provides:      ssh-clients
 Obsoletes:     ssh-clients
This page took 0.321751 seconds and 4 git commands to generate.