diff --git a/python-process-tests.changes b/python-process-tests.changes index bd09241..f0e9f28 100644 --- a/python-process-tests.changes +++ b/python-process-tests.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:14:12 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Feb 13 11:58:24 UTC 2019 - Tomáš Chvátal diff --git a/python-process-tests.spec b/python-process-tests.spec index 7412fc0..8c51fc8 100644 --- a/python-process-tests.spec +++ b/python-process-tests.spec @@ -23,7 +23,6 @@ Version: 2.0.2 Release: 0 Summary: Tools for testing processes License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/ionelmc/python-process-tests Source: https://files.pythonhosted.org/packages/source/p/process-tests/process-tests-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -45,7 +44,7 @@ dos2unix LICENSE src/process_tests.egg-info/dependency_links.txt %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE