diff --git a/python-transaction.changes b/python-transaction.changes index a73f405..72d2141 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:47:30 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon Mar 4 15:53:44 UTC 2019 - Tomáš Chvátal diff --git a/python-transaction.spec b/python-transaction.spec index 5566227..991b480 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -22,7 +22,6 @@ Version: 2.4.0 Release: 0 Summary: Transaction management for Python License: ZPL-2.1 -Group: Development/Libraries/Python URL: https://github.com/zopefoundation/transaction Source: https://files.pythonhosted.org/packages/source/t/transaction/transaction-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -56,7 +55,7 @@ rm -rf transaction.egg-info %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py -q test