[openstack-nova/f16] depend on bridge-utils

Pádraig Brady pbrady at fedoraproject.org
Tue Mar 6 00:15:00 UTC 2012


commit e4626c8916446978d9c0e4d097d097c88ba10698
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Mar 6 00:12:53 2012 +0000

    depend on bridge-utils
    
    This isn't stricly required for F16 as libvirt
    already includes the dependency.  However if
    libvirt is ever upgraded to 0.9.6 then this
    will be required.

 openstack-nova.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index bb10256..c15611c 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2011.3.1
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -55,6 +55,7 @@ Requires:         openstack-glance
 Requires:         python-paste
 Requires:         python-paste-deploy
 
+Requires:         bridge-utils
 Requires:         dnsmasq-utils
 Requires:         libguestfs-mount >= 1.7.17
 # The fuse dependency should be added to libguestfs-mount
@@ -369,6 +370,9 @@ fi
 %endif
 
 %changelog
+* Mon Mar  6 2012 Pádraig Brady <P at draigBrady.com> - 2011.3.1-5
+- Require bridge-utils
+
 * Mon Feb 13 2012 Pádraig Brady <P at draigBrady.com> - 2011.3.1-4
 - Support --force_dhcp_release (#788485)
 


More information about the scm-commits mailing list