From 4148ec869fd837bb4468931a83b56ad0a20341d6b291b53506669be6d630a3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 10:06:33 +0000 Subject: [PATCH] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=18 --- python-attrs.changes | 5 +++++ python-attrs.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-attrs.changes b/python-attrs.changes index 517f8dc..4923fd4 100644 --- a/python-attrs.changes +++ b/python-attrs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 10:06:08 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Sat Sep 1 18:34:11 UTC 2018 - arun@gmx.de diff --git a/python-attrs.spec b/python-attrs.spec index ad767e0..f7494d5 100644 --- a/python-attrs.spec +++ b/python-attrs.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/ # @@ -65,7 +65,7 @@ python-attrs is the successor to python-characterstic %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with tests} %check