SPECS: openssh.spec - install ssh-copy-id from contrib (nice tool)

tiwek tiwek at pld-linux.org
Wed Jan 14 15:37:14 CET 2009


Author: tiwek                        Date: Wed Jan 14 14:37:14 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install ssh-copy-id from contrib (nice tool)

---- Files affected:
SPECS:
   openssh.spec (1.310 -> 1.311) 

---- Diffs:

================================================================
Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.310 SPECS/openssh.spec:1.311
--- SPECS/openssh.spec:1.310	Mon Nov 24 11:53:42 2008
+++ SPECS/openssh.spec	Wed Jan 14 15:37:08 2009
@@ -28,7 +28,7 @@
 Summary(uk.UTF-8):	OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:		openssh
 Version:	5.1p1
-Release:	3
+Release:	4
 Epoch:		2
 License:	BSD
 Group:		Applications/Networking
@@ -547,6 +547,9 @@
 ln -s %{_libexecdir}/ssh/ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/ssh-askpass
 %endif
 
+install contrib/ssh-copy-id $RPM_BUILD_ROOT%{_bindir}
+install contrib/ssh-copy-id.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
 rm -f	$RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
 echo ".so ssh.1" > $RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
 
@@ -613,6 +616,7 @@
 %attr(755,root,root) %{_bindir}/sftp
 %attr(755,root,root) %{_bindir}/ssh-agent
 %attr(755,root,root) %{_bindir}/ssh-add
+%attr(755,root,root) %{_bindir}/ssh-copy-id
 %attr(755,root,root) %{_bindir}/scp
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssh_config
 %config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/SSH_ASKPASS
@@ -622,6 +626,7 @@
 %{_mandir}/man1/sftp.1*
 %{_mandir}/man1/ssh-agent.1*
 %{_mandir}/man1/ssh-add.1*
+%{_mandir}/man1/ssh-copy-id.1*
 %{_mandir}/man5/ssh_config.5*
 %lang(it) %{_mandir}/it/man1/ssh.1*
 %lang(it) %{_mandir}/it/man5/ssh_config.5*
@@ -673,6 +678,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.311  2009/01/14 14:37:08  tiwek
+- install ssh-copy-id from contrib (nice tool)
+
 Revision 1.310  2008/11/24 10:53:42  blues
 - security note
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssh.spec?r1=1.310&r2=1.311&f=u



More information about the pld-cvs-commit mailing list