Skip to content

Commit 50beb05

Browse files
authored
Merge pull request #69 from TimothyAsir/fix-readme-file-extn
Fix README.adoc file not found error on rpm build
2 parents 3fe60cb + 947d82f commit 50beb05

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE
22
include AUTHORS
3+
include README.adoc
34
include ChangeLog
45
include requirements.txt
56
include tendrl-noded.service

tendrl-node-agent.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ py.test -v tendrl/node_agent/tests || :
6868
%dir %{_var}/log/tendrl/node_agent
6969
%dir %{_sysconfdir}/tendrl/node_agent
7070
%dir %{_datadir}/tendrl/node_agent
71-
%doc README.rst
71+
%doc README.adoc
7272
%license LICENSE
7373
%{_datadir}/tendrl/node_agent/
7474
%{_sysconfdir}/tendrl/tendrl.conf

0 commit comments

Comments
 (0)