Relax the %files glob, prep for Python 3.8

This commit is contained in:
Miro Hrončok 2019-05-19 11:34:43 +02:00
parent 45e424bfad
commit d3b2341b27

View File

@ -93,7 +93,7 @@ done
%files -n python3-dmidecode %files -n python3-dmidecode
%license python3/doc/LICENSE python3/doc/AUTHORS python3/doc/AUTHORS.upstream %license python3/doc/LICENSE python3/doc/AUTHORS python3/doc/AUTHORS.upstream
%doc python3/README python3/doc/README.upstream %doc python3/README python3/doc/README.upstream
%{python3_sitearch}/dmidecodemod.cpython-%{python3_version_nodots}m-*.so %{python3_sitearch}/dmidecodemod.cpython-%{python3_version_nodots}*.so
%{python3_sitearch}/__pycache__/dmidecode.cpython-%{python3_version_nodots}*.py[co] %{python3_sitearch}/__pycache__/dmidecode.cpython-%{python3_version_nodots}*.py[co]
%{python3_sitearch}/dmidecode.py %{python3_sitearch}/dmidecode.py
%{python3_sitearch}/*.egg-info %{python3_sitearch}/*.egg-info