[openstack-nova] maint: fix openssh dependency

Pádraig Brady pbrady at fedoraproject.org
Fri Nov 16 12:43:31 UTC 2012


commit 8f7d4e70c499f10aa3bc9da774113f9b0e0cad4b
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Nov 16 12:41:28 2012 +0000

    maint: fix openssh dependency

 openstack-nova.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 4d6e4be..b0c16f1 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -265,7 +265,8 @@ Summary:          Nova Python libraries
 Group:            Applications/System
 
 Requires:         openssl
-Requires:         openssh # for ssh-keygen
+# Require openssh for ssh-keygen
+Requires:         openssh
 Requires:         sudo
 
 Requires:         MySQL-python


More information about the scm-commits mailing list