diff --git a/python-python-dateutil.changes b/python-python-dateutil.changes index 7e8e280..9b1ada5 100644 --- a/python-python-dateutil.changes +++ b/python-python-dateutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:36:03 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon Feb 25 12:05:09 UTC 2019 - Tomáš Chvátal diff --git a/python-python-dateutil.spec b/python-python-dateutil.spec index 88f2716..29729aa 100644 --- a/python-python-dateutil.spec +++ b/python-python-dateutil.spec @@ -31,7 +31,6 @@ Version: 2.8.0 Release: 0 Summary: A Python Datetime Library License: BSD-3-Clause OR Apache-2.0 -Group: Development/Libraries/Python URL: https://dateutil.readthedocs.org/en/latest/ Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 18.0.1} @@ -98,7 +97,7 @@ rm -f setup.cfg %install %if !%{with test} %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %endif %if %{with test}