Skip to content

Commit

Permalink
Fix README.adoc file not found error on rpm build
Browse files Browse the repository at this point in the history
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 <tjeyasin@redhat.com>
  • Loading branch information
TimothyAsirJeyasing committed Nov 22, 2016
1 parent 3fe60cb commit 947d82f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENSE
include AUTHORS
include README.adoc
include ChangeLog
include requirements.txt
include tendrl-noded.service
Expand Down
2 changes: 1 addition & 1 deletion tendrl-node-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 947d82f

Please sign in to comment.