diff --git a/python-absl-py.spec b/python-absl-py.spec index a48f8fe6a13034b98f85829d9d0f2322cd52633d..7254191c46a1486b6619893421b63b074a228d5e 100644 --- a/python-absl-py.spec +++ b/python-absl-py.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-absl-py Version: 0.10.0 -Release: 1 +Release: 2 Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py. License: Apache 2.0 URL: https://github.com/abseil/abseil-py @@ -249,11 +249,14 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-absl-py -f filelist.lst -%dir %{python3_sitelib}/* +%{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Sun Oct 04 2020 Python_Bot +* Wed Jun 02 2021 guoqinglan - 0.10.0-2 +- clear out the __pycache__ folders after yum remove + +* Sun Oct 04 2020 Python_Bot - 0.10.0-1 - Package Spec generated