Fix build error caused by py3.10+ wildcard

This commit is contained in:
penelope 2022-04-02 11:30:36 +08:00
parent 1189e1e1ea
commit 36c64faed8

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