[packages/openssh] bring back strict version dep on base package to -clients

atler atler at pld-linux.org
Thu Aug 3 10:40:08 CEST 2023


commit 74ae1f2794cdb21ebeee546f84ffa6b38141cf5a
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Aug 3 09:24:39 2023 +0200

    bring back strict version dep on base package to -clients
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssh.spec b/openssh.spec
index 00a5070..294c203 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/74ae1f2794cdb21ebeee546f84ffa6b38141cf5a



More information about the pld-cvs-commit mailing list