diff --git a/python-docker.changes b/python-docker.changes index 48dd189..b8eb9b9 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 14 11:57:19 UTC 2018 - Tomáš Chvátal + +- Fix the fdupes call to match up reality + ------------------------------------------------------------------- Sat Oct 20 15:33:00 UTC 2018 - Arun Persaud diff --git a/python-docker.spec b/python-docker.spec index d6383db..96881c2 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -72,7 +72,7 @@ A docker API client in Python %install %python_install -%fdupes %{buildroot} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_expand py.test-%{$python_bin_suffix} tests/unit -k 'not MatchHostnameTest'