From 9980f0cdb0747d337bb4579c99ca28786c389f4fc4f93999c7c1d2f09455e103 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:52:07 +0000 Subject: [PATCH] - 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 --- python-ldap3.changes | 5 +++++ python-ldap3.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 || :