[openstack-nova] set python-six min version to ensure updated

Pádraig Brady pbrady at fedoraproject.org
Mon Jan 6 09:32:12 UTC 2014


commit cb41c2d7c545c2c6d4204669b2feeba37a7398b0
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Jan 6 09:29:32 2014 +0000

    set python-six min version to ensure updated

 openstack-nova.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 90253b2..f8bc5ea 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2014.1
-Release:          0.3.b1%{?dist}
+Release:          0.4.b1%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -354,7 +354,7 @@ Requires:         python-neutronclient
 Requires:         python-novaclient
 Requires:         python-oslo-config >= 1:1.2.0
 Requires:         python-pyasn1
-Requires:         python-six
+Requires:         python-six >= 1.4.1
 Requires:         python-babel
 Requires:         python-jinja2
 
@@ -901,6 +901,9 @@ fi
 %endif
 
 %changelog
+* Mon Jan 06 2013 Pádraig Brady <pbrady at redhat.com> - 2014.1-0.4.b1
+- Set python-six min version to ensure updated
+
 * Tue Dec 17 2013 Pádraig Brady <pbrady at redhat.com> - 2014.1-0.3.b1
 - Rotate log files by size rather than by age - rhbz#867747
 


More information about the scm-commits mailing list