%{python_sitelib} → %{python2_sitelib}

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-29 23:11:11 +02:00
parent 887ad51f0d
commit 72b4bf9253
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -74,7 +74,7 @@ popd
%endif %endif
%files -n python2-configshell %files -n python2-configshell
%{python_sitelib}/* %{python2_sitelib}/*
%doc COPYING README.md %doc COPYING README.md
%if 0%{?with_python3} %if 0%{?with_python3}