diff --git a/python-gitlab.spec b/python-gitlab.spec index e271b3eb74cf95ba66ad78ad2278a4b2e416e9f9..f2a088431b49b1aee6a866ab5e6dc0917e7ec8cc 100644 --- a/python-gitlab.spec +++ b/python-gitlab.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-python-gitlab Version: 2.6.0 -Release: 1 +Release: 2 Summary: Interact with GitLab API License: LGPLv3 URL: https://github.com/python-gitlab/python-gitlab @@ -69,10 +69,22 @@ mv %{buildroot}/doclist.lst . %files -n python3-python-gitlab -f filelist.lst %dir %{python3_sitelib}/* +%dir %{python3_sitelib}/gitlab/__pycache__ +%dir %{python3_sitelib}/gitlab/tests +%dir %{python3_sitelib}/gitlab/tests/__pycache__ +%dir %{python3_sitelib}/gitlab/tests/objects +%dir %{python3_sitelib}/gitlab/tests/objects/__pycache__ +%dir %{python3_sitelib}/gitlab/v4 +%dir %{python3_sitelib}/gitlab/v4/__pycache__ +%dir %{python3_sitelib}/gitlab/v4/objects +%dir %{python3_sitelib}/gitlab/v4/objects/__pycache__ %files help -f doclist.lst %{_docdir}/* %changelog +* Tue Oct 12 2021 caodongxia - 2.6.0-2 +- Delete pycache and tests and v4 directory when uninstalling + * Sat Feb 13 2021 Python_Bot - Package Spec generated