Commit 73bf2763 by Evgeni Golov

use python3_sitearch for including the python code

Closes: #502 Signed-off-by: 's avatarEvgeni Golov <evgeni@debian.org>
parent ca1faa68
...@@ -269,9 +269,6 @@ fi ...@@ -269,9 +269,6 @@ fi
%{_sbindir}/* %{_sbindir}/*
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_libdir}/%{name} %{_libdir}/%{name}
%if %{with_python}
%{_libdir}/python*
%endif
%{_localstatedir}/* %{_localstatedir}/*
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%attr(4111,root,root) %{_libexecdir}/%{name}/lxc-user-nic %attr(4111,root,root) %{_libexecdir}/%{name}/lxc-user-nic
...@@ -281,8 +278,7 @@ fi ...@@ -281,8 +278,7 @@ fi
%endif %endif
%if %{with_python} %if %{with_python}
%{_libdir}/python3.3/site-packages/_lxc* %{python3_sitearch}/*
%{_libdir}/python3.3/site-packages/lxc/*
%endif %endif
%if %{with_lua} %if %{with_lua}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment