From 0b1ca38b6d5a54416f890875ab09ee3fde680cec Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 29 2018 21:11:12 +0000 Subject: %{python_sitelib} → %{python2_sitelib} Signed-off-by: Igor Gnatenko --- diff --git a/ansible.spec b/ansible.spec index 058a192..807a13e 100644 --- a/ansible.spec +++ b/ansible.spec @@ -365,7 +365,7 @@ popd %files %if 0%{?with_python2} -%{python_sitelib}/ansible* +%{python2_sitelib}/ansible* %endif %{_bindir}/ansible* %if 0%{?with_python3} && 0%{?with_python2}