[openstack-nova/el6-icehouse] Add build requirement on python-six

Xavier Queralt Mateu xqueralt at fedoraproject.org
Fri Jan 24 11:03:04 UTC 2014


commit c440436c866c82c026dc3054953e94f4087fed21
Author: Xavier Queralt <xqueralt at redhat.com>
Date:   Fri Jan 24 12:03:13 2014 +0100

    Add build requirement on python-six

 openstack-nova.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 6e061b7..7944722 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2014.1
-Release:          0.6.b2%{?dist}
+Release:          0.7.b2%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -68,6 +68,7 @@ BuildRequires:    python-netaddr
 BuildRequires:    openstack-utils
 BuildRequires:    python-pbr
 BuildRequires:    python-d2to1
+BuildRequires:    python-six
 # These are required to build due to the requirements check added
 BuildRequires:    python-paste-deploy1.5
 BuildRequires:    python-routes1.12
@@ -892,6 +893,9 @@ fi
 %endif
 
 %changelog
+* Fri Jan 24 2014 Xavier Queralt <xqueralt at redhat.com> - 2014.1-0.7.b2
+- Add build requirement on python-six
+
 * Fri Jan 24 2014 Xavier Queralt <xqueralt at redhat.com> - 2014.1-0.6.b2
 - Update to Icehouse milestone 2
 - Require python-keystoneclient for api-paste - rhbz#909113


More information about the scm-commits mailing list