diff --git a/python-linecache2.changes b/python-linecache2.changes index 58d0d19..ba8d428 100644 --- a/python-linecache2.changes +++ b/python-linecache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 13:59:51 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Thu Jan 17 15:56:06 UTC 2019 - Dominique Leuenberger diff --git a/python-linecache2.spec b/python-linecache2.spec index d6f0090..8cdabab 100644 --- a/python-linecache2.spec +++ b/python-linecache2.spec @@ -24,9 +24,8 @@ Summary: Backports of the linecache 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/testing-cabal/linecache2 -Source: https://pypi.io/packages/source/l/linecache2/linecache2-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/l/linecache2/linecache2-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -48,10 +47,9 @@ A backport of linecache 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