1
0
Tomáš Chvátal 2018-12-06 13:27:32 +00:00 committed by Git OBS Bridge
parent 9b6a11cbb3
commit 5a8867f514
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 6 13:27:23 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
-------------------------------------------------------------------
Tue Dec 4 12:47:56 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -51,7 +51,7 @@ cp %{SOURCE1} LICENSE
%install
%python_install
%fdupes %{buildroot}%{_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LC_ALL=en_US.utf8