From: Evgeni Golov Date: Sat, 29 Oct 2016 18:29:08 +0000 (+0200) Subject: use python3_sitearch for including the python code X-Git-Tag: lxc-2.1.0~287^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73bf2763668ca23ba71427acb140a2aa5fcb6030;p=thirdparty%2Flxc.git use python3_sitearch for including the python code Closes: #502 Signed-off-by: Evgeni Golov --- 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}