[openstack-nova/el6] maint: fix openssh dependency

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


commit 122f987103cecceb0d862cf84141db34a1f89f6b
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 e685efa..6fe73e6 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -291,7 +291,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