[openstack-nova/el6-havana] add dependency on python-babel

Pádraig Brady pbrady at fedoraproject.org
Mon Sep 9 20:30:01 UTC 2013


commit 4df24f8127c4ab370de454c5f530e1d8f43acff3
Author: Dan Prince <dprince at redhat.com>
Date:   Thu Aug 22 20:01:37 2013 -0400

    add dependency on python-babel
    
    This dependency has been required for a while,
    so let's an an explicit dependency.
    
    Conflicts:
    
    	openstack-nova.spec
    
    Conflicts:
    
    	openstack-nova.spec

 openstack-nova.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 8af0ca8..cf1a80b 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2013.2
-Release:          0.15.b3%{?dist}
+Release:          0.17.b3%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -386,6 +386,7 @@ Requires:         python-novaclient
 Requires:         python-oslo-config
 Requires:         python-pyasn1
 Requires:         python-six
+Requires:         python-babel
 
 %description -n   python-nova
 OpenStack Compute (codename Nova) is open source software designed to
@@ -922,6 +923,9 @@ fi
 %endif
 
 %changelog
+* Mon Sep 09 2013 Dan Prince <dprince at redhat.com> - 2013.2-0.17.b3
+- Add dependency on python-babel
+
 * Mon Sep 09 2013 Nikola Đipanov <ndipanov at redhat.com> - 2013.2-0.15.b3
 - Update to Havana milestone 3
 


More information about the scm-commits mailing list