diff --git a/python-eventlet.changes b/python-eventlet.changes index 1a767dc..f94a45f 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 13:26:44 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Tue Dec 4 12:47:46 UTC 2018 - Matej Cepl diff --git a/python-eventlet.spec b/python-eventlet.spec index 66c95b7..43211f7 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -74,7 +74,7 @@ sed -i "s|^#!.*||" eventlet/support/greendns.py # Fix non-executable script %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE