Skip to content

Commit

Permalink
Merge pull request #132 from TimothyAsirJeyasing/fix-131
Browse files Browse the repository at this point in the history
Fix IOError during rpmbuild
  • Loading branch information
r0h4n committed Jan 12, 2017
2 parents 5d91f5d + b5494fe commit 18fd2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include LICENSE
include AUTHORS
include README.adoc
include README.rst
include ChangeLog
include requirements.txt
include tendrl-node-agent.service
Expand Down
5 changes: 1 addition & 4 deletions tendrl-node-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ Python module for Tendrl node bridge to manage storage node in the sds cluster

%prep
%setup
# Remove the requirements file to avoid adding into
# distutils requiers_dist config
rm -rf {test-,}requirements.txt

# Remove bundled egg-info
rm -rf %{name}.egg-info
Expand Down Expand Up @@ -69,7 +66,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.adoc
%doc README.rst
%license LICENSE
%{_datadir}/tendrl/node-agent/
%{_sysconfdir}/tendrl/tendrl.conf
Expand Down

0 comments on commit 18fd2f3

Please sign in to comment.