[python-glanceclient/f18] add a dependency on pyOpenSSL

Pádraig Brady pbrady at fedoraproject.org
Wed Mar 27 17:04:06 UTC 2013


commit d781da43faac819b19aee963374ee0403bb90375
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Mar 27 16:39:24 2013 +0000

    add a dependency on pyOpenSSL

 python-glanceclient.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-glanceclient.spec b/python-glanceclient.spec
index 040d9ab..be7c430 100644
--- a/python-glanceclient.spec
+++ b/python-glanceclient.spec
@@ -1,7 +1,7 @@
 Name:             python-glanceclient
 Epoch:            1
 Version:          0.8.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Python API and CLI for OpenStack Glance
 
 Group:            Development/Languages
@@ -24,6 +24,7 @@ Requires:         python-keystoneclient >= 1:0.1.2
 Requires:         python-prettytable
 Requires:         python-setuptools
 Requires:         python-warlock
+Requires:         pyOpenSSL
 
 %description
 This is a client for the OpenStack Glance API. There's a Python API (the
@@ -59,6 +60,9 @@ rm -fr %{buildroot}%{python_sitelib}/tests
 %{python_sitelib}/*.egg-info
 
 %changelog
+* Wed Mar 27 2013 Pádraig Brady <P at draigBrady.com> - 1:0.8.0-2
+- Add a dependency on pyOpenSSL
+
 * Mon Mar 11 2013 Jakub Ruzicka <jruzicka at redhat.com> - 1:0.8.0-1
 - Update to 0.8.0.
 - Switch from tarballs.openstack.org to pypi sources.


More information about the scm-commits mailing list