diff --git a/python-portalocker.spec b/python-portalocker.spec index 181f017..45b9a4e 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-portalocker Version: 2.0.0 -Release: 1 +Release: 2 Summary: Wraps the portalocker recipe for easy usage License: PSF URL: https://github.com/WoLpH/portalocker @@ -62,11 +62,15 @@ mv %{buildroot}/doclist.lst . %files -n python3-portalocker -f filelist.lst %dir %{python3_sitelib}/* +%dir %{python3_sitelib}/portalocker/__pycache__ %files help -f doclist.lst %{_docdir}/* %changelog +* Sat Oct 09 2021 wulei - 2.0.0-2 +- Delete module folder after uninstall + * Fri Sep 04 2020 Python_Bot - Simplify desc content