diff --git a/python-elasticsearch2.spec b/python-elasticsearch2.spec index 5f669996aa1e7a698b7c6dd22ca95e5277e06ee5..c9403f3a497ac5ee4ed907c8fe1453c9248e1970 100644 --- a/python-elasticsearch2.spec +++ b/python-elasticsearch2.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-elasticsearch2 Version: 2.5.1 -Release: 1 +Release: 2 Summary: Python client for Elasticsearch License: Apache-2.0 URL: https://github.com/elastic/elasticsearch-py @@ -87,9 +87,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -%{__python3} setup.py test - %files -n python3-elasticsearch2 -f filelist.lst %dir %{python3_sitelib}/* @@ -97,6 +94,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 09 2021 wangxiyuan - 2.5.1-2 +- Remove test part * Thu Nov 04 2021 huxiujie - 2.5.1-1 - Init package python3-elasticsearch2 of version 2.5.1