diff --git a/python-rebulk.changes b/python-rebulk.changes index 24df6e4..ae8d7c8 100644 --- a/python-rebulk.changes +++ b/python-rebulk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:40:59 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Fri Aug 30 07:40:35 UTC 2019 - Luigi Baldoni diff --git a/python-rebulk.spec b/python-rebulk.spec index 7c8621c..fa8dbb4 100644 --- a/python-rebulk.spec +++ b/python-rebulk.spec @@ -22,9 +22,8 @@ Version: 2.0.0 Release: 0 Summary: Library for defining bulk search patterns to perform advanced string matching License: MIT -Group: Development/Languages/Python URL: https://github.com/Toilal/rebulk -Source0: https://pypi.io/packages/source/r/rebulk/rebulk-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-%{version}.tar.gz BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -56,7 +55,7 @@ done %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check export PYTHONDONTWRITEBYTECODE=1