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

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


commit 94bed526d915abcd81a3fbca98616c0e09ab2f74
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 c10c5ed..d3c59af 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -276,7 +276,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