From 7ba87e05e82fb97f4a2a8bf960994298a6e0ab04dbda891a9d736f10778a740e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 12:04:15 +0000 Subject: [PATCH] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=160 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 96fa053..32eaee0 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 12:04:06 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Thu Nov 22 21:50:25 UTC 2018 - Arun Persaud diff --git a/python-setuptools.spec b/python-setuptools.spec index 1d64aab..10fccd0 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -81,7 +81,7 @@ sed -r -i '1s@^#!/.*$@@' setuptools/command/easy_install.py %install %python_install %prepare_alternative easy_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} # Can not run testsuite as this introduces build cycle #%check