diff --git a/python-ldap3.changes b/python-ldap3.changes index 7eab687..d181e3c 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 13:50:37 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Thu Oct 10 08:14:25 UTC 2019 - Tomáš Chvátal diff --git a/python-ldap3.spec b/python-ldap3.spec index 2bfc428..867d404 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -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 || :