- (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
[contrib/suse/openssh.spec] Include moduli.5 in RPM spec files.
This commit is contained in:
parent
60dcc62535
commit
f299ff8c1f
|
@ -1,6 +1,8 @@
|
|||
20080626
|
||||
- (djm) [Makefile.in moduli.5] Include moduli(5) manpage from OpenBSD.
|
||||
(bz#1372)
|
||||
- (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
||||
[contrib/suse/openssh.spec] Include moduli.5 in RPM spec files.
|
||||
|
||||
20080616
|
||||
- (dtucker) OpenBSD CVS Sync
|
||||
|
@ -4411,4 +4413,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.5022 2008/06/26 05:59:32 djm Exp $
|
||||
$Id: ChangeLog,v 1.5023 2008/06/26 06:01:56 djm Exp $
|
||||
|
|
|
@ -342,6 +342,7 @@ fi
|
|||
%config %{SVIcdir}/sshd
|
||||
%{_libexecdir}/sftp-server
|
||||
%{_sbindir}/sshd
|
||||
%{_mandir}/man5/moduli.5.gz
|
||||
%{_mandir}/man5/sshd_config.5.gz
|
||||
%{_mandir}/man8/sftp-server.8.gz
|
||||
%{_mandir}/man8/sshd.8.gz
|
||||
|
@ -357,4 +358,4 @@ fi
|
|||
* Mon Jan 01 1998 ...
|
||||
Template Version: 1.31
|
||||
|
||||
$Id: openssh.spec,v 1.63 2008/04/03 09:55:46 djm Exp $
|
||||
$Id: openssh.spec,v 1.64 2008/06/26 06:02:04 djm Exp $
|
||||
|
|
|
@ -376,6 +376,7 @@ fi
|
|||
%attr(0755,root,root) %{_sbindir}/sshd
|
||||
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
|
||||
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
|
||||
%attr(0644,root,root) %{_mandir}/man5/moduli.5*
|
||||
%attr(0644,root,root) %{_mandir}/man5/sshd_config.5*
|
||||
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
||||
%attr(0755,root,root) %dir %{_sysconfdir}/ssh
|
||||
|
|
|
@ -228,6 +228,7 @@ fi
|
|||
%attr(0644,root,root) %doc %{_mandir}/man1/ssh-agent.1*
|
||||
%attr(0644,root,root) %doc %{_mandir}/man1/ssh-keygen.1*
|
||||
%attr(0644,root,root) %doc %{_mandir}/man1/ssh-keyscan.1*
|
||||
%attr(0644,root,root) %doc %{_mandir}/man5/moduli.5*
|
||||
%attr(0644,root,root) %doc %{_mandir}/man5/ssh_config.5*
|
||||
%attr(0644,root,root) %doc %{_mandir}/man5/sshd_config.5*
|
||||
%attr(0644,root,root) %doc %{_mandir}/man8/sftp-server.8*
|
||||
|
|
Loading…
Reference in New Issue