From 2321acf28c688ceb85cfebe204135ac2a2800c06 Mon Sep 17 00:00:00 2001 From: yiyurain Date: Tue, 17 Mar 2020 17:23:39 +0800 Subject: [PATCH] modify provide --- python-cherrypy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cherrypy.spec b/python-cherrypy.spec index be3b056..c1b9f97 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -3,7 +3,7 @@ Name: python-cherrypy Version: 3.5.0 -Release: 11 +Release: 12 Summary: Pythonic, object-oriented web development framework License: BSD URL: https://cherrypy.org @@ -19,7 +19,7 @@ results in smaller source code developed in less time. %package -n python2-cherrypy Summary: Pythonic, object-oriented web development framework %python_provide python2-cherrypy -%python_provide python-cherrypy +Provides: python-cherrypy = %{version}-%{release} %description -n python2-cherrypy CherryPy allows developers to build web applications in much the same way @@ -51,6 +51,9 @@ PYTHONPATH='../../' nosetests -s ./ -e 'test_SIGTERM' -e 'test_SIGHUP_tty' \ %{python_sitelib}/* %changelog +* Tue Mar 17 2020 zoushuangshuang - 3.5.0-12 +- modify provide: python-cherrypy + * Tue Mar 17 2020 zoushuangshuang - 3.5.0-11 - add provide: python-cherrypy