From 5871bd9b45a458d226a452f88bd13012035e096e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 8 May 2019 20:38:35 +0200 Subject: [PATCH] Relax the soname %files grep See https://bugs.python.org/issue36707 --- brotli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brotli.spec b/brotli.spec index a311063..694667e 100644 --- a/brotli.spec +++ b/brotli.spec @@ -97,7 +97,7 @@ cd .. # if we are building for several python runtimes %files -n python%{python3_pkgversion}-%{name} %{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}/Brotli-%{version}-py%{python3_version}.egg-info %license LICENSE