[openstack-nova/f17] add dependencies on openssh and rsync

Pádraig Brady pbrady at fedoraproject.org
Tue Nov 13 13:11:19 UTC 2012


commit df8ddffd592002a4145f8d04e8da21fc59cf6b4a
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 6eba2dd..c10c5ed 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -112,6 +112,8 @@ Requires:         libguestfs-mount >= 1.7.17
 Requires:         fuse
 Requires:         libvirt >= 0.8.7
 Requires:         libvirt-python
+Requires:         openssh-clients
+Requires:         rsync
 Requires(pre):    qemu-kvm
 
 %description compute
@@ -274,6 +276,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