From 21fd3773fe285ce17484450fd32a651d5d1eb303 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 21 Feb 2018 15:40:10 +0100 Subject: [PATCH] don't use unversioned python_sitearch macro --- newt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newt.spec b/newt.spec index 3387256..cea7e37 100644 --- a/newt.spec +++ b/newt.spec @@ -106,8 +106,8 @@ make DESTDIR=$RPM_BUILD_ROOT install %files -n python2-newt %doc peanuts.py popcorn.py -%{python_sitearch}/*.so -%{python_sitearch}/*.py* +%{python2_sitearch}/*.so +%{python2_sitearch}/*.py* %files python3 %doc peanuts.py popcorn.py