mirror of git://anongit.mindrot.org/openssh.git
Add ssh-sk-helper and manpage to RPM spec file
Based on patch from Fabio Pedretti
This commit is contained in:
parent
a2855c048b
commit
3ec9a6d731
|
@ -363,8 +363,10 @@ fi
|
||||||
%attr(0755,root,root) %dir %{_libexecdir}/openssh
|
%attr(0755,root,root) %dir %{_libexecdir}/openssh
|
||||||
%attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
|
%attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
|
||||||
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
|
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
|
||||||
|
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-sk-helper
|
||||||
%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
|
%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
|
||||||
%attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8*
|
%attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8*
|
||||||
|
%attr(0644,root,root) %{_mandir}/man8/ssh-sk-helper.8*
|
||||||
%endif
|
%endif
|
||||||
%if %{scard}
|
%if %{scard}
|
||||||
%attr(0755,root,root) %dir %{_datadir}/openssh
|
%attr(0755,root,root) %dir %{_datadir}/openssh
|
||||||
|
@ -422,6 +424,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 20 2020 Damien Miller <djm@mindrto.org>
|
||||||
|
- Add ssh-sk-helper and corresponding manual page.
|
||||||
|
|
||||||
* Sat Feb 10 2018 Darren Tucker <dtucker@dtucker.net>
|
* Sat Feb 10 2018 Darren Tucker <dtucker@dtucker.net>
|
||||||
- Update openssl-devel dependency to match current requirements.
|
- Update openssl-devel dependency to match current requirements.
|
||||||
- Handle Fedora >=6 openssl 1.0 compat libs.
|
- Handle Fedora >=6 openssl 1.0 compat libs.
|
||||||
|
|
|
@ -75,6 +75,8 @@ patented algorithms to separate libraries (OpenSSL).
|
||||||
This package contains an X Window System passphrase dialog for OpenSSH.
|
This package contains an X Window System passphrase dialog for OpenSSH.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 20 2020 Damien Miller <djm@mindrto.org>
|
||||||
|
- Add ssh-sk-helper and corresponding manual page.
|
||||||
* Wed Oct 26 2005 Iain Morgan <imorgan@nas.nasa.gov>
|
* Wed Oct 26 2005 Iain Morgan <imorgan@nas.nasa.gov>
|
||||||
- Removed accidental inclusion of --without-zlib-version-check
|
- Removed accidental inclusion of --without-zlib-version-check
|
||||||
* Tue Oct 25 2005 Iain Morgan <imorgan@nas.nasa.gov>
|
* Tue Oct 25 2005 Iain Morgan <imorgan@nas.nasa.gov>
|
||||||
|
@ -211,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(0755,root,root) %{_libdir}/ssh/sftp-server
|
%attr(0755,root,root) %{_libdir}/ssh/sftp-server
|
||||||
%attr(4711,root,root) %{_libdir}/ssh/ssh-keysign
|
%attr(4711,root,root) %{_libdir}/ssh/ssh-keysign
|
||||||
%attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper
|
%attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper
|
||||||
|
%attr(0755,root,root) %{_libdir}/ssh/ssh-sk-helper
|
||||||
%attr(0644,root,root) %doc %{_mandir}/man1/scp.1*
|
%attr(0644,root,root) %doc %{_mandir}/man1/scp.1*
|
||||||
%attr(0644,root,root) %doc %{_mandir}/man1/sftp.1*
|
%attr(0644,root,root) %doc %{_mandir}/man1/sftp.1*
|
||||||
%attr(0644,root,root) %doc %{_mandir}/man1/ssh.1*
|
%attr(0644,root,root) %doc %{_mandir}/man1/ssh.1*
|
||||||
|
@ -224,6 +227,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(0644,root,root) %doc %{_mandir}/man8/sftp-server.8*
|
%attr(0644,root,root) %doc %{_mandir}/man8/sftp-server.8*
|
||||||
%attr(0644,root,root) %doc %{_mandir}/man8/ssh-keysign.8*
|
%attr(0644,root,root) %doc %{_mandir}/man8/ssh-keysign.8*
|
||||||
%attr(0644,root,root) %doc %{_mandir}/man8/ssh-pkcs11-helper.8*
|
%attr(0644,root,root) %doc %{_mandir}/man8/ssh-pkcs11-helper.8*
|
||||||
|
%attr(0644,root,root) %doc %{_mandir}/man8/ssh-sk-helper.8*
|
||||||
%attr(0644,root,root) %doc %{_mandir}/man8/sshd.8*
|
%attr(0644,root,root) %doc %{_mandir}/man8/sshd.8*
|
||||||
%attr(0644,root,root) /var/adm/fillup-templates/sysconfig.ssh
|
%attr(0644,root,root) /var/adm/fillup-templates/sysconfig.ssh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue