Accepting request 744004 from devel:languages:python

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/744004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dateutil?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2019-11-04 16:12:00 +00:00 committed by Git OBS Bridge
commit 70b70351fe
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:36:03 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Mon Feb 25 12:05:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -31,7 +31,6 @@ Version: 2.8.0
Release: 0
Summary: A Python Datetime Library
License: BSD-3-Clause OR Apache-2.0
Group: Development/Libraries/Python
URL: https://dateutil.readthedocs.org/en/latest/
Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz
BuildRequires: %{python_module setuptools >= 18.0.1}
@ -98,7 +97,7 @@ rm -f setup.cfg
%install
%if !%{with test}
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
%if %{with test}