Replace Python version glob with macro (needed for Python 3.10+)

See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/

Co-authored-by: Tomas Hrnciar <thrnciar@redhat.com>
This commit is contained in:
Miro Hrončok 2020-07-13 21:04:36 +02:00
parent 1e16e53b76
commit ce5b896806
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ Requires: python%{python3_pkgversion}-six
%license LICENSE
%doc AUTHORS
%{python3_sitelib}/productmd/
%{python3_sitelib}/productmd-%{version}-py?.?.egg-info
%{python3_sitelib}/productmd-%{version}-py%{python3_version}.egg-info
%endif
%changelog