From 73bf2763668ca23ba71427acb140a2aa5fcb6030 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 29 Oct 2016 20:29:08 +0200 Subject: [PATCH] use python3_sitearch for including the python code Closes: #502 Signed-off-by: Evgeni Golov --- lxc.spec.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lxc.spec.in b/lxc.spec.in index bd771760c..d52259e1f 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -269,9 +269,6 @@ fi %{_sbindir}/* %{_libdir}/*.so.* %{_libdir}/%{name} -%if %{with_python} -%{_libdir}/python* -%endif %{_localstatedir}/* %{_libexecdir}/%{name} %attr(4111,root,root) %{_libexecdir}/%{name}/lxc-user-nic @@ -281,8 +278,7 @@ fi %endif %if %{with_python} -%{_libdir}/python3.3/site-packages/_lxc* -%{_libdir}/python3.3/site-packages/lxc/* +%{python3_sitearch}/* %endif %if %{with_lua} -- 2.47.3