From 305d324a56f14d919cd31f4027f85bbe290d1e9c229f4ed46fbca00d72cb4fef 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:45:24 +0000 Subject: [PATCH] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=33 --- python-zope.interface.changes | 5 +++++ python-zope.interface.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-zope.interface.changes b/python-zope.interface.changes index 6a25785..4ae165e 100644 --- a/python-zope.interface.changes +++ b/python-zope.interface.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 11:45:14 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Tue Aug 28 11:29:16 UTC 2018 - tchvatal@suse.com diff --git a/python-zope.interface.spec b/python-zope.interface.spec index f2785a4..ed7106b 100644 --- a/python-zope.interface.spec +++ b/python-zope.interface.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -60,7 +60,7 @@ the Design By Contract methodology support in Python. %install %python_install %python_expand rm %{buildroot}%{$python_sitearch}/zope/interface/_zope_interface_coptimizations.c -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitearch} %check %python_exec setup.py test