Skip to content

Commit

Permalink
Merge pull request #69 from TimothyAsir/fix-readme-file-extn
Browse files Browse the repository at this point in the history
Fix README.adoc file not found error on rpm build
  • Loading branch information
r0h4n authored Nov 22, 2016
2 parents 3fe60cb + 947d82f commit 50beb05
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 50beb05

Please sign in to comment.