From 07c58f61d532f7b1cc2824018cc18aeb14ba2a8568f3dc0a5fdd1b6f1332d0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 11:46:16 +0000 Subject: [PATCH] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.event?expand=0&rev=17 --- python-zope.event.changes | 5 +++++ python-zope.event.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.event.changes b/python-zope.event.changes index ba52465..cafd9c7 100644 --- a/python-zope.event.changes +++ b/python-zope.event.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 11:45:58 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Tue Dec 4 12:56:28 UTC 2018 - Matej Cepl diff --git a/python-zope.event.spec b/python-zope.event.spec index 6ae25df..663c75d 100644 --- a/python-zope.event.spec +++ b/python-zope.event.spec @@ -66,7 +66,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test