From e77e5ba5032e450ce0b67bba725a1d1d73d2860c6168641b5f1763bc04cc14c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 7 May 2019 06:51:58 +0000 Subject: [PATCH] - Do not use symlinks on fdupes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=23 --- python-argh.changes | 5 +++++ python-argh.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-argh.changes b/python-argh.changes index c2c61cb..780355c 100644 --- a/python-argh.changes +++ b/python-argh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 7 06:51:47 UTC 2019 - Tomáš Chvátal + +- Do not use symlinks on fdupes + ------------------------------------------------------------------- Mon Mar 4 16:59:56 UTC 2019 - Tomáš Chvátal diff --git a/python-argh.spec b/python-argh.spec index b0cb870..c8dfcef 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -62,7 +62,7 @@ work that a custom dispatcher may not do. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LC_CTYPE="en_US.UTF-8"