!4 解决python-jaraco-functools在master分支编译失败 eorror:file not foud .... -py?.?.egg-info

From: @penelope_y 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-04-06 02:23:07 +00:00 committed by Gitee
commit c87245d4c1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-jaraco-functools
Version: 3.0.1
Release: 2
Release: 3
Summary: Functools like those found in stdlib
License: MIT
URL: https://pypi.org/project/jaraco.functools/
@ -76,12 +76,15 @@ mv %{buildroot}/doclist.lst .
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%{python3_sitelib}/jaraco/functools*
%{python3_sitelib}/jaraco/__pycache__/functools*
%{python3_sitelib}/jaraco.functools-%{version}-py?.?.egg-info
%{python3_sitelib}/jaraco.functools-%{version}-py%{python3_version}.egg-info
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Sat Apr 02 2022 xigaoxinyan <xigaoxinyan@huawei.com> - 3.0.1-3
- Fix build error caused by py3.10+ wildcard
* Thu Dec 24 2020 zhanghua <zhanghua40@huawei.com> - 3.0.1-2
- fix random build failed