mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 20:24:00 +00:00
Catch the python packages when building them.
If we have "with_python" we want to add the resulting packages to the resulting rpm. Signed-off-by: Michael H. Warfield <mhw@WittsEnd.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
a6adab20ff
commit
58d6a17e02
@ -149,6 +149,11 @@ rm -rf %{buildroot}
|
||||
%attr(4555,root,root) %{_libexecdir}/%{name}/lxc-init
|
||||
%attr(555,root,root) %{_libexecdir}/%{name}/lxc-devsetup
|
||||
|
||||
%if %{with_python}
|
||||
%{_libdir}/python3.3/site-packages/_lxc*
|
||||
%{_libdir}/python3.3/site-packages/lxc/*
|
||||
%endif
|
||||
|
||||
%if %{with_lua}
|
||||
%files lua
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user