[openstack-nova/el6] depend on tunctl which can be used when `ip tuntap` is unavailable

Pádraig Brady pbrady at fedoraproject.org
Wed May 16 17:39:10 UTC 2012


commit 8ad4a4ea62ed5c51db720a47c185b88be3a6376e
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed May 16 14:55:08 2012 +0100

    depend on tunctl which can be used when `ip tuntap` is unavailable
    
    This is used by the quantum linuxbridge

 openstack-nova.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index fc36924..9578b67 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2012.1
-Release:          6%{?dist}
+Release:          7%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -69,6 +69,8 @@ Requires:         python-paste-deploy1.5
 Requires:         python-setuptools
 
 Requires:         bridge-utils
+# tunctl is needed where `ip tuntap` is not available
+Requires:         tunctl
 #TODO: Enable when available in RHEL 6.3
 #Requires:         dnsmasq-utils
 Requires:         libguestfs-mount >= 1.7.17
@@ -400,6 +402,9 @@ fi
 %endif
 
 %changelog
+* Wed May 16 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-7
+- Depend on tunctl which can be used when `ip tuntap` is unavailable
+
 * Wed May 09 2012 Alan Pevec <apevec at redhat.com> - 2012.1-6
 - Remove the socat dependency no longer needed by Essex
 


More information about the scm-commits mailing list