[libvirt] [PATCH] build: Fix RPM build errors related to libvirt-lxc API

Viktor Mihajlovski mihajlov at linux.vnet.ibm.com
Fri Jan 18 13:55:04 UTC 2013


Added missing entries to makefile and spec.

Signed-off-by: Viktor Mihajlovski <mihajlov at linux.vnet.ibm.com>
---
 docs/Makefile.am |    2 +-
 libvirt.spec.in  |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index b1fa77a..c95497f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -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 \
diff --git a/libvirt.spec.in b/libvirt.spec.in
index dca5053..3486d29 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -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
-- 
1.7.9.5




More information about the libvir-list mailing list