[python-quantumclient/el6] avoid unineeded python-paste-deploy dependency

Pádraig Brady pbrady at fedoraproject.org
Wed May 2 14:38:26 UTC 2012


commit e52bf97120a777bdc0302050299cc8e1b10732dc
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed May 2 15:36:03 2012 +0100

    avoid unineeded python-paste-deploy dependency
    
    Note we don't need to patch any __init__.py file here
    as this is already handled by the main quantum package,
    (the paths overlap in this area between client and server).

 python-quantumclient.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-quantumclient.spec b/python-quantumclient.spec
index 7027471..afdfe04 100644
--- a/python-quantumclient.spec
+++ b/python-quantumclient.spec
@@ -4,7 +4,7 @@
 
 Name:       python-quantumclient
 Version:    2012.1
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Python API and CLI for OpenStack Quantum
 
 Group:      Development/Languages
@@ -20,7 +20,7 @@ Source0:    https://launchpad.net/quantum/essex/2012.1/+download/python-quantumc
 Conflicts:  python-quantum <= 2011.3
 
 Requires:   python-gflags
-Requires:   python-paste-deploy
+Requires:   python-paste-deploy1.5
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
@@ -52,6 +52,9 @@ rm -rf %{buildroot}%{python_sitelib}/quantum/client/tests
 
 
 %changelog
+* Wed May 02 2012 Pádraig Brady <pbrady at redhat.com> - 2012.1-3
+- Depend on parallel installed version of python-paste-deploy
+
 * Fri Apr 13 2012 Pádraig Brady <pbrady at redhat.com> - 2012.1-2
 - adjust to support EPEL
 


More information about the scm-commits mailing list