From 1f0db1c7660f3eda8000800332abbce43be18db442f8db4357231a704aadef40 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:36:12 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dateutil?expand=0&rev=20 --- python-python-dateutil.changes | 5 +++++ python-python-dateutil.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-python-dateutil.changes b/python-python-dateutil.changes index 7e8e280..9b1ada5 100644 --- a/python-python-dateutil.changes +++ b/python-python-dateutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:36:03 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon Feb 25 12:05:09 UTC 2019 - Tomáš Chvátal diff --git a/python-python-dateutil.spec b/python-python-dateutil.spec index 88f2716..29729aa 100644 --- a/python-python-dateutil.spec +++ b/python-python-dateutil.spec @@ -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}