From 90772f6d8b6fa3b7d6b693ecbffc28d41619534968865eb28320d8b4bcee1e68 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:41:41 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-futures?expand=0&rev=10 --- python-requests-futures.changes | 5 +++++ python-requests-futures.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-requests-futures.changes b/python-requests-futures.changes index e4ca9f8..422a342 100644 --- a/python-requests-futures.changes +++ b/python-requests-futures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:41:20 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Jun 12 08:47:57 UTC 2019 - Marketa Calabkova diff --git a/python-requests-futures.spec b/python-requests-futures.spec index 2b57ab5..aab5e79 100644 --- a/python-requests-futures.spec +++ b/python-requests-futures.spec @@ -23,7 +23,6 @@ Version: 1.0.0 Release: 0 Summary: Asynchronous Python HTTP Requests for Humans using Futures License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/ross/%{short_name} Source: https://files.pythonhosted.org/packages/source/r/%{short_name}/%{short_name}-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 38.6.1} @@ -48,7 +47,7 @@ concurrent.futures or the backport for prior versions of python. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check # online tests on http://httpbin.org