15
0
forked from pool/python-argh

Accepting request 701214 from devel:languages:python

- Do not use symlinks on fdupes

OBS-URL: https://build.opensuse.org/request/show/701214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argh?expand=0&rev=15
This commit is contained in:
2019-05-07 21:19:21 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 7 06:51:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not use symlinks on fdupes
-------------------------------------------------------------------
Mon Mar 4 16:59:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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"