diff --git a/pep257.spec b/pep257.spec index 5efa964..97dc1f5 100644 --- a/pep257.spec +++ b/pep257.spec @@ -4,7 +4,7 @@ compliance with Python PEP 257 Name: python-pep257 Version: 0.7.0 -Release: 1 +Release: 2 Summary: Python docstring style checker License: MIT URL: https://github.com/GreenSteam/pep257/ @@ -71,11 +71,13 @@ mv %{buildroot}/doclist.lst . %files -n python3-pep257 -f filelist.lst %dir %{python3_sitelib}/* - +%exclude %{python3_sitelib}/__pycache__ %files help -f doclist.lst %{_docdir}/* %changelog +* Wed Nov 10 2021 OpenStack_SIG - 0.7.0-2 +- Remove __pycache__ folder * Tue Jul 20 2021 OpenStack_SIG - 0.7.0-1 - Package Spec generate