Tomáš Chvátal 2018-12-06 12:04:15 +00:00 committed by Git OBS Bridge
parent 36c5aeca26
commit 7ba87e05e8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 6 12:04:06 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
-------------------------------------------------------------------
Thu Nov 22 21:50:25 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

@ -81,7 +81,7 @@ sed -r -i '1s@^#!/.*$@@' setuptools/command/easy_install.py
%install
%python_install
%prepare_alternative easy_install
%fdupes %{buildroot}%{_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# Can not run testsuite as this introduces build cycle
#%check