From ba5c7516d819a01c499d43b5f4edd414d207046a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 30 Jul 2018 00:22:25 +0200 Subject: [PATCH] =?UTF-8?q?%{python=5Fsitearch}=20=E2=86=92=20%{python2=5F?= =?UTF-8?q?sitearch}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- sanlock.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sanlock.spec b/sanlock.spec index 51862f9..436744a 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -168,8 +168,8 @@ written in the Python programming language to use the interface supplied by the sanlock library. %files -n python2-sanlock -%{python_sitearch}/sanlock_python-*.egg-info -%{python_sitearch}/sanlock.so +%{python2_sitearch}/sanlock_python-*.egg-info +%{python2_sitearch}/sanlock.so %package devel Summary: Development files for %{name}