From 044d545737aab15f56a30e6510c13cb949333e34 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 11 May 2021 09:38:50 +0800 Subject: [PATCH] fix provides --- python-eventlet.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/python-eventlet.spec b/python-eventlet.spec index 23c7c3c..008f46e 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -7,7 +7,7 @@ Name: python-eventlet Version: 0.20.1 -Release: 1 +Release: 2 Summary: Highly concurrent networking library License: MIT URL: http://eventlet.net @@ -39,13 +39,13 @@ io operations appear blocking at the source code level. Summary: Highly concurrent networking library BuildRequires: python2-devel -BuildRequires: python-setuptools -Requires: python-greenlet +BuildRequires: python2-setuptools +Requires: python2-greenlet %{?python_provide:%python_provide python2-eventlet} # python_provide does not exist in CBS Cloud buildroot -Provides: python-eventlet = %{version}-%{release} -Obsoletes: python-eventlet < 0.17.4-3 +Provides: python2-eventlet = %{version}-%{release} +Obsoletes: python2-eventlet < 0.17.4-3 %description -n python2-eventlet Eventlet is a networking library written in Python. It achieves high @@ -77,12 +77,12 @@ io operations appear blocking at the source code level. %package -n python2-eventlet-doc Summary: Documentation for %{name} -BuildRequires: python-sphinx +BuildRequires: python2-sphinx %{?python_provide:%python_provide python2-eventlet-doc} # python_provide does not exist in CBS Cloud buildroot -Provides: python-eventlet-doc = %{version}-%{release} -Obsoletes: python-eventlet-doc < 0.17.4-3 +Provides: python2-eventlet-doc = %{version}-%{release} +Obsoletes: python2-eventlet-doc < 0.17.4-3 %description -n python2-eventlet-doc Documentation for the python-eventlet package. @@ -179,5 +179,7 @@ rm -rf %{buildroot}/%{python2_sitelib}/eventlet/green/http/{cookiejar,client}.py %endif %changelog +* Mon May 10 2021 openstack-sig +- Fix provides * Thu Apr 29 2021 openstack-sig - Package Spec generated -- Gitee