diff --git a/python-yarg.spec b/python-yarg.spec index 9be450c31f4cb0ddcef58694bb7f36d73f7bfacb..31e6757840c3bbfdadf4b3a02a3a6a54b5ef9626 100644 --- a/python-yarg.spec +++ b/python-yarg.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-yarg Version: 0.1.9 -Release: 1 +Release: 2 Summary: A semi hard Cornish cheese, also queries PyPI (PyPI client) License: MIT URL: https://yarg.readthedocs.org/ @@ -62,10 +62,14 @@ mv %{buildroot}/doclist.lst . %files -n python3-yarg -f filelist.lst %dir %{python3_sitelib}/* +%exclude %{python3_sitelib}/tests %files help -f doclist.lst %{_docdir}/* %changelog -* Mon Aug 24 2020 Python_Bot +* Mon Feb 27 2023 xu_ping - 0.1.9-2 +- Remove tests files that conflict with python-prometheus-api-client. + +* Mon Aug 24 2020 Python_Bot - 0.1.9-1 - Package Spec generated