]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: Fix RPM build errors related to libvirt-lxc API
authorViktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Fri, 18 Jan 2013 13:55:04 +0000 (14:55 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 18 Jan 2013 16:48:17 +0000 (09:48 -0700)
Added missing entries to makefile and spec.

Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
docs/Makefile.am
libvirt.spec.in

index b1fa77ae9722be680c121f22b3a2d2f9a2da1fd9..c95497f073301386e77ff1695a7562c1b5c66f72 100644 (file)
@@ -120,7 +120,7 @@ EXTRA_DIST=                                 \
   hacking1.xsl hacking2.xsl wrapstring.xsl \
   $(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \
   $(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)\
   $(internals_html_in) $(internals_html) \
   sitemap.html.in \
index dca5053b52451a80cdc93f6a423bba609e3dd296..3486d29fdb6c6182b8372c27c375977beacd5b90 100644 (file)
@@ -1983,6 +1983,7 @@ fi
 %doc AUTHORS NEWS README COPYING.LIB
 %{_libdir}/python*/site-packages/libvirt.py*
 %{_libdir}/python*/site-packages/libvirt_qemu.py*
+%{_libdir}/python*/site-packages/libvirt_lxc.py*
 %{_libdir}/python*/site-packages/libvirtmod*
 %doc python/tests/*.py
 %doc python/TODO