mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 21:47:16 +03:00
build: Fix RPM build errors related to libvirt-lxc API
Added missing entries to makefile and spec. Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
This commit is contained in:
parent
81621f3e6e
commit
8691551070
@ -120,7 +120,7 @@ EXTRA_DIST= \
|
|||||||
hacking1.xsl hacking2.xsl wrapstring.xsl \
|
hacking1.xsl hacking2.xsl wrapstring.xsl \
|
||||||
$(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \
|
$(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \
|
||||||
$(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \
|
$(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \
|
||||||
$(xml) $(qemu_xml) $(fig) $(png) $(css) \
|
$(xml) $(qemu_xml) $(lxc_xml) $(fig) $(png) $(css) \
|
||||||
$(patches) $(dot_php_in) $(dot_php_code_in) $(dot_php)\
|
$(patches) $(dot_php_in) $(dot_php_code_in) $(dot_php)\
|
||||||
$(internals_html_in) $(internals_html) \
|
$(internals_html_in) $(internals_html) \
|
||||||
sitemap.html.in \
|
sitemap.html.in \
|
||||||
|
@ -1983,6 +1983,7 @@ fi
|
|||||||
%doc AUTHORS NEWS README COPYING.LIB
|
%doc AUTHORS NEWS README COPYING.LIB
|
||||||
%{_libdir}/python*/site-packages/libvirt.py*
|
%{_libdir}/python*/site-packages/libvirt.py*
|
||||||
%{_libdir}/python*/site-packages/libvirt_qemu.py*
|
%{_libdir}/python*/site-packages/libvirt_qemu.py*
|
||||||
|
%{_libdir}/python*/site-packages/libvirt_lxc.py*
|
||||||
%{_libdir}/python*/site-packages/libvirtmod*
|
%{_libdir}/python*/site-packages/libvirtmod*
|
||||||
%doc python/tests/*.py
|
%doc python/tests/*.py
|
||||||
%doc python/TODO
|
%doc python/TODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user