fix build error caused by py3.10+ wildcard

This commit is contained in:
penelope 2022-03-31 15:27:30 +08:00
parent 18954b2922
commit aa5259ac7a

View File

@ -1,6 +1,6 @@
Name: python-incremental
Version: 17.5.0
Release: 6
Release: 7
Summary: A small library versions your Python projects
License: MIT
URL: https://github.com/twisted/incremental
@ -32,9 +32,12 @@ rm -rf incremental.egg-info
%doc LICENSE
%doc README.rst
%{python3_sitelib}/incremental
%{python3_sitelib}/incremental-%{version}-py?.?.egg-info
%{python3_sitelib}/incremental-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Mar 31 2022 yangping <yangping69@huawei.com> - 17.5.0-7
- Fix build error caused by py3.10+ wildcard
* Wed Oct 21 2020 leiju <leiju4@huawei.com> - 17.5.0-6
- remove python2 subpackage