15
0
forked from pool/python-ldap3

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=27
This commit is contained in:
2019-10-14 13:52:07 +00:00
committed by Git OBS Bridge
parent 757d9b66fb
commit 9980f0cdb0
2 changed files with 6 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ dos2unix COPYING.LESSER.txt COPYING.txt README.rst LICENSE.txt
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec %{_bindir}/nosetests -s test || :