From fa1264e194fadf5c7378349f336f1b5bf4edc4bd0ed1bb189a69fbd6cb67c27d Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 25 Aug 2017 12:19:41 +0000 Subject: [PATCH] Accepting request 518736 from home:tbechtold:branches:devel:languages:python - Fix fdupes call OBS-URL: https://build.opensuse.org/request/show/518736 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=25 --- python-WSME.changes | 5 +++++ python-WSME.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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