From e23b9feb01c48813d3b0db5d9201e7236718f2a7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 30 Jul 2018 00:22:28 +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 --- python-kmod.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-kmod.spec b/python-kmod.spec index 011a669..dff6e08 100644 --- a/python-kmod.spec +++ b/python-kmod.spec @@ -49,8 +49,8 @@ Linux kernel modules, using libkmod. %{__python3} setup.py install --skip-build --root %{buildroot} %files -n python2-kmod -%{python_sitearch}/kmod/ -%{python_sitearch}/kmod*.egg-info +%{python2_sitearch}/kmod/ +%{python2_sitearch}/kmod*.egg-info %doc COPYING.LESSER README %files -n python3-kmod