[Kimchi-devel] [PATCH] build: Add README-federation.md to Kimchi package

Aline Manera alinefm at linux.vnet.ibm.com
Mon Sep 22 17:49:11 UTC 2014


README-federation.md guides user on how to enable federation feature on
Kimchi so it needs to be installed too.

Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
 contrib/kimchi.spec.fedora.in | 1 +
 contrib/kimchi.spec.suse.in   | 1 +
 docs/Makefile.am              | 1 +
 3 files changed, 3 insertions(+)

diff --git a/contrib/kimchi.spec.fedora.in b/contrib/kimchi.spec.fedora.in
index bd1f04d..4327376 100644
--- a/contrib/kimchi.spec.fedora.in
+++ b/contrib/kimchi.spec.fedora.in
@@ -161,6 +161,7 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/kimchi/plugins/*.py*
 %{_datadir}/kimchi/doc/API.md
 %{_datadir}/kimchi/doc/README.md
+%{_datadir}/kimchi/doc/README-federation.md
 %{_datadir}/kimchi/doc/kimchi-guest.png
 %{_datadir}/kimchi/doc/kimchi-templates.png
 %{_prefix}/share/locale/*/LC_MESSAGES/kimchi.mo
diff --git a/contrib/kimchi.spec.suse.in b/contrib/kimchi.spec.suse.in
index d0bf317..4386d2d 100644
--- a/contrib/kimchi.spec.suse.in
+++ b/contrib/kimchi.spec.suse.in
@@ -82,6 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/kimchi/plugins/*.py*
 %{_datadir}/kimchi/doc/API.md
 %{_datadir}/kimchi/doc/README.md
+%{_datadir}/kimchi/doc/README-federation.md
 %{_datadir}/kimchi/doc/kimchi-guest.png
 %{_datadir}/kimchi/doc/kimchi-templates.png
 %{_prefix}/share/locale/*/LC_MESSAGES/kimchi.mo
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f195cbc..679aa18 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -22,6 +22,7 @@ docdir = $(datadir)/kimchi/doc
 dist_doc_DATA = \
 	API.md \
 	README.md \
+	README-federation.md \
 	kimchi-guest.png \
 	kimchi-templates.png \
 	$(NULL)
-- 
1.9.3




More information about the Kimchi-devel mailing list