[python-glanceclient] Pulls the right version of python-requests (RHBZ #116894)

Haïkel Guémar hguemar at fedoraproject.org
Tue Nov 25 21:01:40 UTC 2014


commit b31e209608bf03e9bdca0ff8d48637096f3abecf
Author: Haikel Guemar <hguemar at redhat.com>
Date:   Tue Nov 25 21:56:20 2014 +0100

    Pulls the right version of python-requests (RHBZ #116894)

 python-glanceclient.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-glanceclient.spec b/python-glanceclient.spec
index 9eba2e2..1183f42 100644
--- a/python-glanceclient.spec
+++ b/python-glanceclient.spec
@@ -1,7 +1,7 @@
 Name:             python-glanceclient
 Epoch:            1
 Version:          0.14.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Python API and CLI for OpenStack Glance
 
 Group:            Development/Languages
@@ -22,7 +22,7 @@ Requires:         python-httplib2
 Requires:         python-keystoneclient
 Requires:         python-oslo-utils
 Requires:         python-prettytable
-Requires:         python-requests
+Requires:         python-requests >= 2.2.0
 Requires:         python-setuptools
 Requires:         python-warlock
 Requires:         pyOpenSSL
@@ -90,6 +90,9 @@ install -p -D -m 644 man/glance.1 %{buildroot}%{_mandir}/man1/glance.1
 
 
 %changelog
+* Tue Nov 25 2014 Haikel Guemar <hguemar at redhat.com> 1:0.14.2-2
+- Pulls the right version of python-requests (RHBZ #1166894)
+
 * Mon Nov 17 2014 Haikel Guemar <hguemar at fedoraproject.org> 1:0.14.2-1
 - Update to upstream 0.14.2
 - New Requires: python-oslo-utils


More information about the scm-commits mailing list