[openstack-nova/el6-grizzly] Require bridge-utils on nova-compute package

Xavier Queralt Mateu xqueralt at fedoraproject.org
Wed Oct 23 11:11:54 UTC 2013


commit 428f7babba1bd13e24bec11d5ec9cd028afced23
Author: Xavier Queralt <xqueralt at redhat.com>
Date:   Wed Oct 23 12:24:41 2013 +0200

    Require bridge-utils on nova-compute package
    
    Resolves rhbz#1009065

 openstack-nova.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 1674f1f..5cb5be1 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -143,6 +143,7 @@ Requires:         lvm2
 Requires:         python-cinderclient
 Requires(pre):    qemu-kvm
 Requires:         genisoimage
+Requires:         bridge-utils
 
 %description compute
 OpenStack Compute (codename Nova) is open source software designed to
@@ -868,6 +869,7 @@ fi
 %changelog
 * Wed Oct 23 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.1.4-1
 - Update to stable/grizzly 2013.1.4 release
+- Require bridge-utils on nova-compute package - rhbz#1009065
 
 * Thu Sep 12 2013 Pádraig Brady <pbrady at redhat.com> - 2013.1.3-3
 - Depend on genisoimage to support creating guest config drives


More information about the scm-commits mailing list