From 09f19e1ebf3a9cc265214bb459c20cf5aac337b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 9 May 2019 10:20:05 +0200 Subject: [PATCH] Relax the soname %files grep See https://bugs.python.org/issue36707 --- pyxattr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyxattr.spec b/pyxattr.spec index 6010a83..06b5e76 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -91,7 +91,7 @@ popd %if %{?with_python3} %files -n python3-%{name} -%{python3_sitearch}/xattr.cpython-??m* +%{python3_sitearch}/xattr.cpython-??* %{python3_sitearch}/*egg-info %{!?_licensedir:%global license %%doc} %license COPYING