From ca42c89f290d19b0621e127bc9fd20ba0f1ddbe38337806fe8ab9abfd568ea7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 Oct 2019 08:29:41 +0000 Subject: [PATCH] - Fix fdupes call to run on sitearch not sitelib OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=11 --- python-python-rapidjson.changes | 5 +++++ python-python-rapidjson.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-python-rapidjson.changes b/python-python-rapidjson.changes index 4a85390..3d4ad2c 100644 --- a/python-python-rapidjson.changes +++ b/python-python-rapidjson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 7 08:29:17 UTC 2019 - Tomáš Chvátal + +- Fix fdupes call to run on sitearch not sitelib + ------------------------------------------------------------------- Wed Aug 28 08:34:01 UTC 2019 - Marketa Calabkova diff --git a/python-python-rapidjson.spec b/python-python-rapidjson.spec index 8feeebb..0887edc 100644 --- a/python-python-rapidjson.spec +++ b/python-python-rapidjson.spec @@ -52,7 +52,7 @@ instances) and JSON Schema validation capabilities. %install %python_install -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitearch} %check export LANG=en_US.UTF-8