diff --git a/python-WSME.changes b/python-WSME.changes index 235477d..598897a 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 25 12:18:37 UTC 2017 - tbechtold@suse.com + +- Fix fdupes call + ------------------------------------------------------------------- Thu Aug 24 14:44:34 UTC 2017 - tbechtold@suse.com diff --git a/python-WSME.spec b/python-WSME.spec index 69911bd..cadcb4a 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -64,7 +64,7 @@ with focus on extensibility, framework-independance and better type handling. %install %python_install -%fdupes %{buildroot}%{python_sitelib} +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check %python_exec %{_bindir}/nosetests -v tests/pecantest tests/rest