!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:
commit
024e741878
@ -4,7 +4,7 @@
|
|||||||
%global library_name ntlm_auth
|
%global library_name ntlm_auth
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python 3 compatible NTLM library
|
Summary: Python 3 compatible NTLM library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/%{pypi_name}
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||||
@ -42,8 +42,11 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
%doc CHANGES.md README.md
|
%doc CHANGES.md README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python3_sitelib}/%{library_name}
|
%{python3_sitelib}/%{library_name}
|
||||||
%{python3_sitelib}/%{library_name}-%{version}-py?.?.egg-info
|
%{python3_sitelib}/%{library_name}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 17 2021 Pengju Jiang <jiangpengju2@huawei.com> - 1.1.0-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user