Matej Cepl 2022-03-29 19:39:08 +00:00 committed by Git OBS Bridge
parent 4f26997469
commit b6ddb10911
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 29 19:38:52 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Fix deduplication.
-------------------------------------------------------------------
Mon Mar 28 19:45:05 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@ -83,7 +83,7 @@ reference for python-Flask.
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/flask
%fdupes %{buildroot}%{python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8