From 947d82f1273a711381b244bb0dd968c5f0c549eb Mon Sep 17 00:00:00 2001 From: Timothy Asir J Date: Tue, 22 Nov 2016 21:37:37 +0530 Subject: [PATCH] Fix README.adoc file not found error on rpm build README.adoc file name recently changed from README.rst This patch update the file name and add necessary entries into MANIFEST.in file for building rpm. Signed-off-by: Timothy Asir J --- MANIFEST.in | 1 + tendrl-node-agent.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7e2ec3ee..fbf13fe3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include LICENSE include AUTHORS +include README.adoc include ChangeLog include requirements.txt include tendrl-noded.service diff --git a/tendrl-node-agent.spec b/tendrl-node-agent.spec index c04e9961..974c50be 100644 --- a/tendrl-node-agent.spec +++ b/tendrl-node-agent.spec @@ -68,7 +68,7 @@ py.test -v tendrl/node_agent/tests || : %dir %{_var}/log/tendrl/node_agent %dir %{_sysconfdir}/tendrl/node_agent %dir %{_datadir}/tendrl/node_agent -%doc README.rst +%doc README.adoc %license LICENSE %{_datadir}/tendrl/node_agent/ %{_sysconfdir}/tendrl/tendrl.conf