The file spice.html.tmpl is not being added to rpm packages because it
was not added to Makefile.am. This patch fixed this problem.
Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo(a)linux.vnet.ibm.com>
---
ui/pages/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/pages/Makefile.am b/ui/pages/Makefile.am
index 8d72398..9908376 100644
--- a/ui/pages/Makefile.am
+++ b/ui/pages/Makefile.am
@@ -35,4 +35,5 @@ dist_html_DATA = \
login-window.html.tmpl \
storagepool-add.html.tmpl \
report-add.html.tmpl \
+ spice.html.tmpl \
$(NULL)
--
1.8.5.3