From 6f011e1953b1f244d64e48e580aaa886ca88ce7bb71906707478bcb2366f7f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 14 Nov 2018 11:57:40 +0000 Subject: [PATCH] - Fix the fdupes call to match up reality OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=20 --- python-docker.changes | 5 +++++ python-docker.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'