forked from rpms/openssh
Move cavs tests into subpackage -cavs (#1194320)
This commit is contained in:
parent
2f556360f6
commit
08cb909f5d
17
openssh.spec
17
openssh.spec
@ -313,6 +313,11 @@ Requires: openssh = %{version}-%{release}
|
|||||||
Obsoletes: openssh-askpass-gnome
|
Obsoletes: openssh-askpass-gnome
|
||||||
Provides: openssh-askpass-gnome
|
Provides: openssh-askpass-gnome
|
||||||
|
|
||||||
|
%package cavs
|
||||||
|
Summary: CAVS tests for FIPS validation
|
||||||
|
Group: Applications/Internet
|
||||||
|
Requires: openssh = %{version}-%{release}
|
||||||
|
|
||||||
%package -n pam_ssh_agent_auth
|
%package -n pam_ssh_agent_auth
|
||||||
Summary: PAM module for authentication with ssh-agent
|
Summary: PAM module for authentication with ssh-agent
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -360,6 +365,10 @@ OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
|||||||
into and executing commands on a remote machine. This package contains
|
into and executing commands on a remote machine. This package contains
|
||||||
an X11 passphrase dialog for OpenSSH.
|
an X11 passphrase dialog for OpenSSH.
|
||||||
|
|
||||||
|
%description cavs
|
||||||
|
This package contains test binaries and scripts to make FIPS validation
|
||||||
|
easier. Now contains CTR and KDF CAVS test driver.
|
||||||
|
|
||||||
%description -n pam_ssh_agent_auth
|
%description -n pam_ssh_agent_auth
|
||||||
This package contains a PAM module which can be used to authenticate
|
This package contains a PAM module which can be used to authenticate
|
||||||
users using ssh keys stored in a ssh-agent. Through the use of the
|
users using ssh keys stored in a ssh-agent. Through the use of the
|
||||||
@ -664,9 +673,6 @@ getent passwd sshd >/dev/null || \
|
|||||||
%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
|
%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
|
||||||
%attr(0755,root,root) %dir %{_libexecdir}/openssh
|
%attr(0755,root,root) %dir %{_libexecdir}/openssh
|
||||||
%attr(2111,root,ssh_keys) %{_libexecdir}/openssh/ssh-keysign
|
%attr(2111,root,ssh_keys) %{_libexecdir}/openssh/ssh-keysign
|
||||||
%attr(0755,root,root) %{_libexecdir}/openssh/ctr-cavstest
|
|
||||||
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-cavs
|
|
||||||
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-cavs_driver.pl
|
|
||||||
%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
|
%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -741,6 +747,11 @@ getent passwd sshd >/dev/null || \
|
|||||||
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass
|
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files cavs
|
||||||
|
%attr(0755,root,root) %{_libexecdir}/openssh/ctr-cavstest
|
||||||
|
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-cavs
|
||||||
|
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-cavs_driver.pl
|
||||||
|
|
||||||
%if %{pam_ssh_agent}
|
%if %{pam_ssh_agent}
|
||||||
%files -n pam_ssh_agent_auth
|
%files -n pam_ssh_agent_auth
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user