Relax the soname %files grep

See https://bugs.python.org/issue36707
This commit is contained in:
Miro Hrončok 2019-05-08 20:38:35 +02:00
parent 1a73c90d38
commit 5871bd9b45

View File

@ -97,7 +97,7 @@ cd ..
# if we are building for several python runtimes # if we are building for several python runtimes
%files -n python%{python3_pkgversion}-%{name} %files -n python%{python3_pkgversion}-%{name}
%{python3_sitearch}/brotli.py %{python3_sitearch}/brotli.py
%{python3_sitearch}/_brotli.cpython-%{python3_version_nodots}m*.so %{python3_sitearch}/_brotli.cpython-%{python3_version_nodots}*.so
%{python3_sitearch}/__pycache__/brotli.cpython-%{python3_version_nodots}*.py* %{python3_sitearch}/__pycache__/brotli.cpython-%{python3_version_nodots}*.py*
%{python3_sitearch}/Brotli-%{version}-py%{python3_version}.egg-info %{python3_sitearch}/Brotli-%{version}-py%{python3_version}.egg-info
%license LICENSE %license LICENSE