From 8e6fd33c3bef8dd19a6b575e20b92fc0c6abba30 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Mon, 27 Feb 2023 16:03:48 +0800 Subject: [PATCH] Remove tests files that conflict with python-prometheus-api-client. Signed-off-by: cherry530 (cherry picked from commit 83a89efac1fc76ca096f72a584ac86dd03a9ce2e) --- python-yarg.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-yarg.spec b/python-yarg.spec index 9be450c..31e6757 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 -- Gitee