Commit 4f0ae31f by Evgeni Golov Committed by Stéphane Graber

use python3_sitearch for including the python code

Closes: #502 Signed-off-by: 's avatarEvgeni Golov <evgeni@debian.org>
parent 0e3e1eae
...@@ -147,9 +147,6 @@ rm -rf %{buildroot} ...@@ -147,9 +147,6 @@ rm -rf %{buildroot}
%{_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
...@@ -159,8 +156,7 @@ rm -rf %{buildroot} ...@@ -159,8 +156,7 @@ rm -rf %{buildroot}
%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