From 539c03bbb3b8434333d0793e1b3bcb68b8a04483915c4ce36dbd8ca38e81a270 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Jan 2022 21:19:19 +0000 Subject: [PATCH] - Fix location of fduped directories OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=39 --- python-cairocffi.changes | 5 +++++ python-cairocffi.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-cairocffi.changes b/python-cairocffi.changes index 1279b78..3359c60 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 4 21:18:42 UTC 2022 - Matej Cepl + +- Fix location of fduped directories + ------------------------------------------------------------------- Wed Oct 13 08:32:20 UTC 2021 - Michael Vetter diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 14c0e7e..316ebc6 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-cairocffi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -77,7 +77,7 @@ sed -i -e 's/pytest-runner$/pytest/' \ %install %python_install -%python_expand %fdupes %{buildroot}%{$python_sitearch} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check # Don't test with NumPy in the python36 flavor, because python36-numpy is not in TW anymore