diff --git a/python-ruamel.base.changes b/python-ruamel.base.changes index f6ca24d..2bf0f3b 100644 --- a/python-ruamel.base.changes +++ b/python-ruamel.base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:41:47 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon Jul 15 15:06:26 UTC 2019 - John Vandenberg diff --git a/python-ruamel.base.spec b/python-ruamel.base.spec index 6bef7df..a551bd2 100644 --- a/python-ruamel.base.spec +++ b/python-ruamel.base.spec @@ -22,8 +22,7 @@ Version: 1.0.0+post1 Release: 0 Summary: Shared ruamel routines License: MIT -Group: Development/Languages/Python -Url: https://bitbucket.org/ruamel/base +URL: https://bitbucket.org/ruamel/base Source: https://files.pythonhosted.org/packages/source/r/ruamel.base/ruamel.base-1.0.0.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -49,7 +48,7 @@ sed -i '/namespace_packages=/d' setup.py %install export RUAMEL_NO_PIP_INSTALL_CHECK=1 %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst