Commit 58d6a17e by Michael H. Warfield Committed by Stéphane Graber

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: 's avatarMichael H. Warfield <mhw@WittsEnd.com> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent a6adab20
...@@ -149,6 +149,11 @@ rm -rf %{buildroot} ...@@ -149,6 +149,11 @@ rm -rf %{buildroot}
%attr(4555,root,root) %{_libexecdir}/%{name}/lxc-init %attr(4555,root,root) %{_libexecdir}/%{name}/lxc-init
%attr(555,root,root) %{_libexecdir}/%{name}/lxc-devsetup %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} %if %{with_lua}
%files lua %files lua
%defattr(-,root,root) %defattr(-,root,root)
......
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