!4 [sync] PR-3: 修复卸载python-portalocker之后/usr/lib/python3.7/site-packages/portalocker文件夹没有被删除问题

From: @openeuler-sync-bot
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-10-12 07:51:16 +00:00 committed by Gitee
commit 367df0501c

View File

@ -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 <wulei80@huawei.com> - 2.0.0-2
- Delete module folder after uninstall
* Fri Sep 04 2020 Python_Bot <Python_Bot@openeuler.org>
- Simplify desc content