SPECS (AC-branch): openssh.spec - install ssh-copy-id from contrib (nice to...
glen
glen at pld-linux.org
Wed Jan 14 16:52:17 CET 2009
Author: glen Date: Wed Jan 14 15:52:17 2009 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- install ssh-copy-id from contrib (nice tool); rel 3 (tiwek at HEAD)
---- Files affected:
SPECS:
openssh.spec (1.286.2.16 -> 1.286.2.17)
---- Diffs:
================================================================
Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.286.2.16 SPECS/openssh.spec:1.286.2.17
--- SPECS/openssh.spec:1.286.2.16 Thu Nov 13 20:32:23 2008
+++ SPECS/openssh.spec Wed Jan 14 16:52:11 2009
@@ -1,5 +1,9 @@
# $Revision$, $Date$
#
+# TODO:
+# - check this:
+# http://securitytracker.com/alerts/2008/Nov/1021235.html (CVE-2008-5161)
+#
# Conditional build:
%bcond_with gnome # with gnome-askpass (GNOME 1.x) utility
%bcond_without gtk # without GTK+ (2.x)
@@ -7,7 +11,7 @@
%bcond_without libedit # without libedit (editline/history support in sftp client)
%bcond_without kerberos5 # without kerberos5 support
%bcond_without selinux # build without SELinux support
-%bcond_with hpn # High Performance SSH/SCP - HPN-SSH including Cipher NONE
+%bcond_with hpn # High Performance SSH/SCP - HPN-SSH including Cipher NONE (broken too often)
# gtk2-based gnome-askpass means no gnome1-based
%{?with_gtk:%undefine with_gnome}
@@ -24,7 +28,7 @@
Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
Name: openssh
Version: 5.1p1
-Release: 2
+Release: 3
Epoch: 2
License: BSD
Group: Applications/Networking
@@ -543,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
@@ -609,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
@@ -618,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*
@@ -669,6 +678,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.286.2.17 2009/01/14 15:52:11 glen
+- install ssh-copy-id from contrib (nice tool); rel 3 (tiwek at HEAD)
+
Revision 1.286.2.16 2008/11/13 19:32:23 glen
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssh.spec?r1=1.286.2.16&r2=1.286.2.17&f=u
More information about the pld-cvs-commit
mailing list