%{python_sitearch} → %{python2_sitearch}

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-30 00:22:21 +02:00
parent 000be99d33
commit 911ee9ee8d
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -567,8 +567,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%if %{with python2}
%files -n python2-libreport
%{python_sitearch}/report/
%{python_sitearch}/reportclient/
%{python2_sitearch}/report/
%{python2_sitearch}/reportclient/
%endif # with python2
%if %{with python3}