From 811f39603a5948d50de604d0754bef3b473fb50ef4e523df152bfa815c0cbd7d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 11:35:44 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atomicwrites?expand=0&rev=12 --- python-atomicwrites.changes | 5 +++++ python-atomicwrites.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-atomicwrites.changes b/python-atomicwrites.changes index 6cbf2ea..1ce3f7f 100644 --- a/python-atomicwrites.changes +++ b/python-atomicwrites.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:35:28 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Fri Mar 1 09:59:54 UTC 2019 - Ondřej Súkup diff --git a/python-atomicwrites.spec b/python-atomicwrites.spec index ed667b2..7c236d0 100644 --- a/python-atomicwrites.spec +++ b/python-atomicwrites.spec @@ -50,7 +50,7 @@ rm -rf atomicwrites.egg-info %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %defattr(-,root,root,-)