Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions tools/rpm/iojs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,16 @@ done
/usr/bin/*
/usr/include/*
/usr/lib/node_modules/
/usr/share/man/man1/node.1.gz
/usr/share/man/man1/iojs.1.gz
/usr/share/systemtap/tapset/node.stp
%{_datadir}/%{name}/
%doc ChangeLog LICENSE README.md
%doc CHANGELOG.md LICENSE README.md


%changelog
* Mon Apr 13 2015 Dan Varga <danvarga@gmail.com>
- Fix paths for changelog and manpage

* Thu Dec 4 2014 Ben Noordhuis <info@bnoordhuis.nl>
- Rename to iojs.

Expand Down