[openstack-nova] depend on bridge-utils

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


commit 8e3840686b7ceb3b2d2ae1688c056cc5b971a82c
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Mar 6 00:01:59 2012 +0000

    depend on bridge-utils
    
    bridge-utils used to be pulled in by libvirt,
    but that's no longer the case on F17 at least.

 openstack-nova.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index bd83466..3438c87 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -5,7 +5,7 @@ Version:          2012.1
 # The Release is in form 0.X.tag as per:
 #   http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages
 # So for prereleases always increment X
-Release:          0.5.e4%{?dist}
+Release:          0.6.e4%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -51,6 +51,7 @@ Requires:         python-nova = %{version}-%{release}
 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
@@ -366,6 +367,9 @@ fi
 %endif
 
 %changelog
+* Fri Mar  6 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-0.6.e4
+- Depend on bridge-utils
+
 * Fri Mar  2 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-0.5.e4
 - Update to Essex milestone 4.
 - explicitly select the libvirt firewall driver in default nova.conf.


More information about the scm-commits mailing list