From 718fe09a9d454a26f45b4a874435729ab4e79256b2e4b396ab471960854bf383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 13:26:54 +0000 Subject: [PATCH] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=52 --- python-eventlet.changes | 5 +++++ python-eventlet.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-eventlet.changes b/python-eventlet.changes index 1a767dc..f94a45f 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 13:26:44 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Tue Dec 4 12:47:46 UTC 2018 - Matej Cepl diff --git a/python-eventlet.spec b/python-eventlet.spec index 66c95b7..43211f7 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -74,7 +74,7 @@ sed -i "s|^#!.*||" eventlet/support/greendns.py # Fix non-executable script %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE