Tomáš Chvátal 2018-12-06 13:19:23 +00:00 committed by Git OBS Bridge
parent 05d175b09d
commit a79f74f347
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 6 13:19:11 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
-------------------------------------------------------------------
Sat Oct 20 15:36:00 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

@ -71,7 +71,7 @@ rm src/pip/_vendor/certifi/cacert.pem
%install
%python_install
%prepare_alternative pip
%fdupes %{buildroot}%{_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check