From c4e4b7ae40bba25564b5eb1778f7051ca9ef2a6f Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Thu, 19 Aug 2021 12:03:31 +0000 Subject: [PATCH] Fix install conflict --- python-pylama.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pylama.spec b/python-pylama.spec index 1edb400..9b8c7b5 100644 --- a/python-pylama.spec +++ b/python-pylama.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pylama Version: 7.7.1 -Release: 2 +Release: 3 Summary: Code audit tool for python License: LGPL-3.0 URL: https://pypi.org/project/pylama/ @@ -31,6 +31,7 @@ Code audit tool for Python and JavaScript. %prep %autosetup -n pylama-%{version} +rm -rf tests/ %build %py3_build @@ -73,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 19 2021 wangxiyuan - 7.7.1-3 +- Remove useless tests folder to avoid file conflict. + * Tue Aug 10 2021 huangtianhua - 7.7.1-2 - Adds pydocstyle as requires and delete -S git