diff --git a/python-traceback2.changes b/python-traceback2.changes index 9022f04..8bf6579 100644 --- a/python-traceback2.changes +++ b/python-traceback2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:47:50 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Thu Jan 17 15:57:22 UTC 2019 - Dominique Leuenberger diff --git a/python-traceback2.spec b/python-traceback2.spec index 938acba..9ca1386 100644 --- a/python-traceback2.spec +++ b/python-traceback2.spec @@ -24,9 +24,8 @@ Summary: Backports of the traceback module # This is a backport of code taken from the Python codebase, # and such is under the same license as Python as a whole. License: Python-2.0 -Group: Development/Languages/Python URL: https://github.com/bitprophet/traceback2 -Source: https://pypi.io/packages/source/t/traceback2/traceback2-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/t/traceback2/traceback2-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -49,10 +48,9 @@ A backport of traceback to older supported Pythons. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %doc README.rst AUTHORS ChangeLog # Contains the license %doc setup.cfg