diff --git a/python-construct.changes b/python-construct.changes index 8ddf2b1..fa83731 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:40:28 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon Jan 7 11:37:34 UTC 2019 - Tomáš Chvátal diff --git a/python-construct.spec b/python-construct.spec index 1ea73e6..9045639 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -63,7 +63,7 @@ rm -rf tests/deprecated_gallery %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix}