[openstack-neutron/el6-icehouse] fix missing dependency on python-stevedore

Pádraig Brady pbrady at fedoraproject.org
Tue Feb 4 17:55:53 UTC 2014


commit 4ba9ed1437cdcf3e2693041faa06156c7141a9ff
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Feb 4 17:53:26 2014 +0000

    fix missing dependency on python-stevedore
    
    Conflicts:
    
    	openstack-neutron.spec

 openstack-neutron.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index e2e57df..5fc451e 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2014.1
-Release:	0.4.b2%{?dist}
+Release:	0.5.b2%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.3.b3
 
@@ -126,6 +126,7 @@ Requires:	python-netaddr
 Requires:	python-oslo-config >= 1:1.2.0
 Requires:	python-qpid
 Requires:	python-neutronclient
+Requires:	python-stevedore
 Requires:	sudo
 
 %description -n python-neutron
@@ -1021,6 +1022,9 @@ fi
 
 
 %changelog
+* Tue Feb 04 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1.b2-5
+- Fix missing dependency on python-stevedore
+
 * Tue Feb 04 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1.b2-4
 - Fix exception on systems with dnsmasq < 2.59
 


More information about the scm-commits mailing list