This is an automated email from the ASF dual-hosted git repository.
mshuler pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new fc4381c Add auditlogviewer and fqltool to rpm spec
fc4381c is described below
commit fc4381ca89ab39a82c9018e5171975285cc3bfe7
Author: Michael Shuler <[email protected]>
AuthorDate: Thu Sep 5 15:07:01 2019 -0700
Add auditlogviewer and fqltool to rpm spec
---
redhat/cassandra.spec | 2 ++
1 file changed, 2 insertions(+)
diff --git a/redhat/cassandra.spec b/redhat/cassandra.spec
index 5bc77e5..ca5d38e 100644
--- a/redhat/cassandra.spec
+++ b/redhat/cassandra.spec
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]