[openssh] Move cavs tests into subpackage -cavs (#1194320)

Jakub Jelen jjelen at fedoraproject.org
Fri Feb 20 14:16:14 UTC 2015


commit 08cb909f5dc59e0f574545fb6603641dbd0b432e
Author: Jakub Jelen <jjelen at redhat.com>
Date:   Fri Feb 20 13:24:42 2015 +0100

    Move cavs tests into subpackage -cavs (#1194320)

 openssh.spec | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index d029ab1..2a45c53 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -313,6 +313,11 @@ Requires: openssh = %{version}-%{release}
 Obsoletes: 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
 Summary: PAM module for authentication with ssh-agent
 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
 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
 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
@@ -664,9 +673,6 @@ getent passwd sshd >/dev/null || \
 %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
 %attr(0755,root,root) %dir %{_libexecdir}/openssh
 %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*
 %endif
 
@@ -741,6 +747,11 @@ getent passwd sshd >/dev/null || \
 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass
 %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}
 %files -n pam_ssh_agent_auth
 %defattr(-,root,root)


More information about the scm-commits mailing list