14
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-10-07 08:29:41 +00:00
committed by Git OBS Bridge
parent e93683fa42
commit ca42c89f29
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 7 08:29:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call to run on sitearch not sitelib
-------------------------------------------------------------------
Wed Aug 28 08:34:01 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -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