diff --git a/python-certstream.changes b/python-certstream.changes index 30b8af2..ed55f84 100644 --- a/python-certstream.changes +++ b/python-certstream.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:43:24 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Sat Mar 16 17:00:23 UTC 2019 - Jan Engelhardt diff --git a/python-certstream.spec b/python-certstream.spec index fc3acb0..aa3a205 100644 --- a/python-certstream.spec +++ b/python-certstream.spec @@ -22,7 +22,6 @@ Version: 1.10 Release: 0 Summary: Python library for receiving certificate transparency list updates License: MIT -Group: Development/Libraries/Python URL: https://github.com/CaliDog/certstream-python/ Source0: https://files.pythonhosted.org/packages/source/c/certstream/certstream-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 18.0.1} @@ -53,7 +52,7 @@ sed -i -e 's:==:>=:g' requirements.txt %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} # there are no tests