mirror of https://github.com/apache/cassandra
Add auditlogviewer and fqltool to rpm spec
This commit is contained in:
parent
13e43a0308
commit
fc4381ca89
|
|
@ -120,10 +120,12 @@ exit 0
|
|||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%doc CHANGES.txt LICENSE.txt README.asc NEWS.txt NOTICE.txt CASSANDRA-14092.txt
|
||||
%attr(755,root,root) %{_bindir}/auditlogviewer
|
||||
%attr(755,root,root) %{_bindir}/cassandra-stress
|
||||
%attr(755,root,root) %{_bindir}/cqlsh
|
||||
%attr(755,root,root) %{_bindir}/cqlsh.py
|
||||
%attr(755,root,root) %{_bindir}/debug-cql
|
||||
%attr(755,root,root) %{_bindir}/fqltool
|
||||
%attr(755,root,root) %{_bindir}/nodetool
|
||||
%attr(755,root,root) %{_bindir}/sstableloader
|
||||
%attr(755,root,root) %{_bindir}/sstablescrub
|
||||
|
|
|
|||
Loading…
Reference in New Issue