diff --git a/python-cloudflare.changes b/python-cloudflare.changes index 7abfdd9..5fb07ed 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 13 13:27:18 UTC 2018 - Tomáš Chvátal + +- Do not install generic examples directory + ------------------------------------------------------------------- Thu Aug 30 09:03:16 UTC 2018 - mcalabkova@suse.com diff --git a/python-cloudflare.spec b/python-cloudflare.spec index 599aed2..154b9a2 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -50,6 +50,8 @@ Python wrapper for the Cloudflare Client API v4. %install %python_install +# remove examples from sitelib +%python_expand rm -rf %{buildroot}%{$python_sitelib}/examples %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files}