From e0d8a04f42d1d012255208503fe08af081dcad25 Mon Sep 17 00:00:00 2001 From: blublue Date: Thu, 3 Jun 2021 15:24:06 +0800 Subject: [PATCH] fix packaging error, clear out the __pycache__ folders after yum remove --- python-absl-py.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-absl-py.spec b/python-absl-py.spec index a48f8fe..7254191 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 -- Gitee