From 3fe60ce473154c19a4051aac5077944bb990fea8 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 9 Jan 2021 11:45:34 +0100 Subject: [PATCH] Avoid site-arch glob --- python-pillow.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pillow.spec b/python-pillow.spec index 634c8a4..11b3a5b 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -159,7 +159,8 @@ popd %files -n python3-%{srcname} %doc README.md CHANGES.rst %license docs/COPYING -%{python3_sitearch}/* +%{python3_sitearch}/PIL/ +%{python3_sitearch}/Pillow-%{version}-py%{python3_version}.egg-info # These are in subpackages %exclude %{python3_sitearch}/PIL/_imagingtk* %exclude %{python3_sitearch}/PIL/ImageTk*