diff --git a/python-pylast.changes b/python-pylast.changes index 026e329..943bc3d 100644 --- a/python-pylast.changes +++ b/python-pylast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:15:02 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Fri Apr 26 08:55:22 UTC 2019 - pgajdos@suse.com diff --git a/python-pylast.spec b/python-pylast.spec index 325d3fc..7c58972 100644 --- a/python-pylast.spec +++ b/python-pylast.spec @@ -23,12 +23,13 @@ Version: 3.1.0 Release: 0 Summary: A python interface to Last.fm License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/pylast/pylast Source0: https://files.pythonhosted.org/packages/source/p/pylast/pylast-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-six +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module coverage} BuildRequires: %{python_module flaky} @@ -38,8 +39,6 @@ BuildRequires: %{python_module pycodestyle} BuildRequires: %{python_module pyflakes} BuildRequires: %{python_module pytest} # /SECTION -Requires: python-six -BuildArch: noarch %python_subpackages %description @@ -64,7 +63,7 @@ Features: %install %python_install -%python_exec %fdupes -s %{buildroot}/%{python_sitelib} +%python_exec %fdupes %{buildroot}/%{python_sitelib} %check # every test file has: