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:
parent
ae8882dcf8
commit
4600eb02e1
@ -129,7 +129,7 @@ done;
|
||||
%{_bindir}/jsonpatch-3*
|
||||
%{python3_sitelib}/%{pypi_name}.py*
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user