[openstack-heat/el6-icehouse] set python-six min version to ensure updated

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


commit fac53b619bbd6cdf8be1a7a59423b41f79b5f116
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Jan 6 09:50:02 2014 +0000

    set python-six min version to ensure updated
    
    Conflicts:
    
    	openstack-heat.spec

 openstack-heat.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-heat.spec b/openstack-heat.spec
index 9210230..e7ad908 100644
--- a/openstack-heat.spec
+++ b/openstack-heat.spec
@@ -8,7 +8,7 @@
 Name:		openstack-heat
 Summary:	OpenStack Orchestration (heat)
 Version:	2014.1
-Release:	0.2.%{release_letter}%{milestone}%{?dist}
+Release:	0.3.%{release_letter}%{milestone}%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Base
 URL:		http://www.openstack.org
@@ -199,7 +199,7 @@ Requires: python-neutronclient
 Requires: python-swiftclient
 Requires: python-migrate
 Requires: python-qpid
-Requires: python-six
+Requires: python-six >= 1.4.1
 Requires: PyYAML
 Requires: m2crypto
 Requires: python-anyjson
@@ -410,6 +410,9 @@ fi
 
 
 %changelog
+* Mon Jan 06 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1-0.3.b1
+- Set python-six min version to ensure updated
+
 * Fri Jan 03 2014 Pádraig Brady <pbrady at redhat.com> 2014-1.0.2.b1
 - Fix heat-manage to work with parallel installed packages
 


More information about the scm-commits mailing list