Fix build error caused by py3.10+ wildcard

This commit is contained in:
penelope 2022-05-06 20:51:36 +08:00
parent e061cef2c7
commit d2535ef219

View File

@ -1,6 +1,6 @@
Name: python-h2 Name: python-h2
Version: 4.0.0 Version: 4.0.0
Release: 1 Release: 2
Summary: A HTTP/2 protocol stack for Python Summary: A HTTP/2 protocol stack for Python
License: MIT License: MIT
URL: http://hyper.rtfd.org URL: http://hyper.rtfd.org
@ -65,12 +65,15 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest
%files -n python3-h2 %files -n python3-h2
%doc README.rst LICENSE %doc README.rst LICENSE
%{python3_sitelib}/h2 %{python3_sitelib}/h2
%{python3_sitelib}/h2-%{version}-py?.?.egg-info %{python3_sitelib}/h2-%{version}-py%{python3_version}.egg-info
%files help %files help
%doc html LICENSE %doc html LICENSE
%changelog %changelog
* Fri May 06 2022 yangping <yangping69@h-partners.com> - 4.0.0-2
- Fix build error caused by py3.10+ wildcard
* Wed Jul 28 2021 liyanan <liyanan32@huawei.com> - 4.0.0-1 * Wed Jul 28 2021 liyanan <liyanan32@huawei.com> - 4.0.0-1
- update to 4.0.0 - update to 4.0.0