!3 解决python-ntlm-auth在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-02 11:00:13 +00:00 committed by Gitee
commit 024e741878
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
%global library_name ntlm_auth
Name: python-%{srcname}
Version: 1.1.0
Release: 1
Release: 2
Summary: Python 3 compatible NTLM library
License: MIT
URL: https://pypi.python.org/pypi/%{pypi_name}
@ -42,8 +42,11 @@ rm -rf %{pypi_name}.egg-info
%doc CHANGES.md README.md
%license LICENSE
%{python3_sitelib}/%{library_name}
%{python3_sitelib}/%{library_name}-%{version}-py?.?.egg-info
%{python3_sitelib}/%{library_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Sat Apr 02 2022 yangping <yangping69@huawei.com> - 1.1.0-2
- Fix build error caused by py3.10+ wildcard
* Mon May 17 2021 Pengju Jiang <jiangpengju2@huawei.com> - 1.1.0-1
- package init