From 9aec0b1b6d1ab9159173d4fdb0e1c7a831dd9fee Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jul 19 2019 07:29:42 +0000 Subject: Avoid including files under __pycache__ twice The glob above already includes the __pycache__ folder and all the files in it. --- diff --git a/libbytesize.spec b/libbytesize.spec index 1d97a11..9e102f8 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -105,7 +105,6 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files -n python3-%{realname} %dir %{python3_sitearch}/bytesize %{python3_sitearch}/bytesize/* -%{python3_sitearch}/bytesize/__pycache__/* %endif %if %{with_tools}