[openstack-nova] add dependencies on openssh and rsync

Pádraig Brady pbrady at fedoraproject.org
Tue Nov 13 13:06:37 UTC 2012


commit 9e4280eea2f99402daef26503497599257de6fda
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Nov 13 12:56:50 2012 +0000

    add dependencies on openssh and rsync
    
    python-compute: the "migrate and resize" feature
    is implemented with rsync over ssh.
    python-nova: depend on openssh for ssh-keygen

 openstack-nova.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index fd2f6d5..4d6e4be 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -101,6 +101,8 @@ Requires:         vconfig
 Requires:         libguestfs-mount >= 1.7.17
 Requires:         libvirt >= 0.9.6
 Requires:         libvirt-python
+Requires:         openssh-clients
+Requires:         rsync
 Requires(pre):    qemu-kvm
 
 %description compute
@@ -263,6 +265,7 @@ Summary:          Nova Python libraries
 Group:            Applications/System
 
 Requires:         openssl
+Requires:         openssh # for ssh-keygen
 Requires:         sudo
 
 Requires:         MySQL-python


More information about the scm-commits mailing list