diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 09d933d9d9d509c8ff7a88475c949082b3abd519..a8d14df8b838cd41cd108c48d5cf5450c7cfadb6 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -1,7 +1,9 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude elasticsearch +%global __requires_exclude jaeger-client Name: python-osprofiler Version: 2.3.0 -Release: 1 +Release: 2 Summary: OpenStack Profiler Library License: Apache-2.0 URL: https://docs.openstack.org/osprofiler/latest/ @@ -40,10 +42,12 @@ Requires: python2-openstackdocstheme Requires: python2-sphinx Requires: python2-bandit Requires: python2-pymongo -Requires: python2-elasticsearch +# elasticsearch only required by tests running +# Requires: python2-elasticsearch Requires: python2-redis Requires: python2-reno -Requires: python2-jaeger-client +# jaeger-client only required by tests running +# Requires: python2-jaeger-client Requires: python2-futures %description -n python2-osprofiler OSProfiler provides a tiny but powerful library that is used by @@ -105,6 +109,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 17 2021 liusheng +- Drop testing rquires jarger-client and elasticsearch * Wed Jun 16 2021 liusheng - Upgrade version to 2.3.0 for OpenStack Rocky support * Sat May 29 2021 huangtianhua