!9 python升级后识别不了“?”导致install阶段失败

From: @cherry530 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-03-30 08:47:28 +00:00 committed by Gitee
commit a03ccb9b65
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-wrapt Name: python-wrapt
Version: 1.12.1 Version: 1.12.1
Release: 2 Release: 3
Summary: A Python module for decorators, wrappers and monkey patching Summary: A Python module for decorators, wrappers and monkey patching
License: BSD License: BSD
URL: https://github.com/GrahamDumpleton/wrapt URL: https://github.com/GrahamDumpleton/wrapt
@ -48,12 +48,15 @@ cd -
%files -n python3-wrapt %files -n python3-wrapt
%doc README.rst LICENSE %doc README.rst LICENSE
%{python3_sitearch}/{wrapt,wrapt-%{version}-py?.?.egg-info} %{python3_sitearch}/{wrapt,wrapt-%{version}-py*.egg-info}
%files help %files help
%doc docs/build/html %doc docs/build/html
%changelog %changelog
* Wed Mar 30 2022 xu_ping <xuping33@huawei.com> - 1.12.1-3
- Fix non-recognition ? the installed failed
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.12.1-2 * Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.12.1-2
- Completing build dependencies - Completing build dependencies