[openstack-nova/el6-havana] depend on neutronclient not quantumclient

Pádraig Brady pbrady at fedoraproject.org
Tue Jul 23 19:52:10 UTC 2013


commit fb712adb0b29006de708ddc30cded0e679ce839a
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Jul 23 20:50:01 2013 +0100

    depend on neutronclient not quantumclient
    
    The former isn't fully compat and so doesn't Provides: the latter,
    so this change is mandatory

 openstack-nova.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 0f3fc55..606775b 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2013.2
-Release:          0.7.b2%{?dist}
+Release:          0.8.b2%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -381,7 +381,7 @@ Requires:         python-routes1.12
 Requires:         python-webob1.0
 
 Requires:         python-glanceclient >= 1:0
-Requires:         python-quantumclient >= 1:2
+Requires:         python-neutronclient
 Requires:         python-novaclient
 Requires:         python-oslo-config
 Requires:         python-pyasn1
@@ -874,7 +874,7 @@ fi
 %endif
 
 %changelog
-* Sun Jul 22 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.7.b2
+* Sun Jul 22 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.8.b2
 - Update to Havana milestone 2
 
 * Wed Jul 17 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.6.b1


More information about the scm-commits mailing list