From 25d18ec2e72eb64d1edeabc3289021c65f932514 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 29 2018 22:22:32 +0000 Subject: %{python_sitearch} → %{python2_sitearch} Signed-off-by: Igor Gnatenko --- diff --git a/audit.spec b/audit.spec index 7f1d5a2..4aabd8c 100644 --- a/audit.spec +++ b/audit.spec @@ -227,7 +227,7 @@ fi %files -n python2-audit %attr(755,root,root) %{python_sitearch}/_audit.so %attr(755,root,root) %{python_sitearch}/auparse.so -%{python_sitearch}/audit.py* +%{python2_sitearch}/audit.py* %files -n python3-audit %attr(755,root,root) %{python3_sitearch}/*