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>
epel9
Miro Hrončok 5 years ago
parent 379e1c6a33
commit d351134b99

@ -98,7 +98,7 @@ rm -rf html/.{doctrees,buildinfo}
%doc README.rst %doc README.rst
%{_bindir}/dependency-tree %{_bindir}/dependency-tree
%{python3_sitelib}/jaraco/packaging %{python3_sitelib}/jaraco/packaging
%{python3_sitelib}/jaraco.packaging-%{version}-py?.?.egg-info %{python3_sitelib}/jaraco.packaging-%{version}-py%{python3_version}.egg-info
%if %{with docs} %if %{with docs}
%files -n python-%{pkg_name}-doc %files -n python-%{pkg_name}-doc

Loading…
Cancel
Save