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"