diff --git a/python-opentracing.spec b/python-opentracing.spec index c15c3efbe01d98ac4b31f98f27d60b4b85f99373..b7a4c6e57e570b8f81d87ff8a478f1877de2e8a0 100644 --- a/python-opentracing.spec +++ b/python-opentracing.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-opentracing Version: 2.4.0 -Release: 1 +Release: 2 Summary: OpenTracing API for Python. See documentation at http://opentracing.io License: Apache-2.0 URL: https://github.com/opentracing/opentracing-python @@ -69,7 +69,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -pytest +pytest-3 %files -n python3-opentracing -f filelist.lst %dir %{python3_sitelib}/* @@ -79,5 +79,7 @@ pytest %{_docdir}/* %changelog +* Fri Nov 11 2021 wangxiyuan - 2.4.0-2 +- Fix test issue * Fri Jul 30 2021 OpenStack_SIG - 2.4.0-1 - Package Spec generate