From b30ae5083fd3f413db22f6a3a2cd96010a436742f08c4963f3c281a6ad21e97e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:38:25 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=8 --- python-filelock.changes | 5 +++++ python-filelock.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-filelock.changes b/python-filelock.changes index 9d13d91..dd3b492 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 13:38:01 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Fri Jun 7 13:19:04 UTC 2019 - Marketa Calabkova diff --git a/python-filelock.spec b/python-filelock.spec index cbfb374..eed4edc 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -23,7 +23,6 @@ Version: 3.0.12 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense -Group: Development/Languages/Python URL: https://github.com/benediktschmitt/py-filelock Source: https://github.com/benediktschmitt/py-filelock/archive/v%{version}.tar.gz BuildRequires: %{python_module pytest} @@ -46,7 +45,7 @@ inter-process communication. %install %python_install -%python_expand %fdupes -s %{buildroot}/%{$python_sitelib} +%python_expand %fdupes %{buildroot}/%{$python_sitelib} %check %pytest test.py