You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/03/07 16:12:39 UTC

[GitHub] [cassandra] ysakanaka opened a new pull request #351: Add auditlogviewer and fqltool into rpmbuild spec file for CASSANDRA-15300

ysakanaka opened a new pull request #351: Add auditlogviewer and fqltool into rpmbuild spec file for  CASSANDRA-15300
URL: https://github.com/apache/cassandra/pull/351
 
 
   patch by ysakanaka; for [CASSANDRA-15300](https://issues.apache.org/jira/browse/CASSANDRA-15300)
   
   The spec file on the current trunk branch (cassandra 4.0) is missing auditlogviewer and fqltool.
   I tried rpmbuild on trunk brunch, but it failed with unpacked files error.
   RPM build errors:
       Installed (but unpackaged) file(s) found:
      /usr/bin/auditlogviewer
      /usr/bin/fqltool
   I guess the committers will modify this file in the future because they are new features but I suggest that the following lines be added into the spec file.
    
   %attr(755,root,root) %{_bindir}/auditlogviewer
   %attr(755,root,root) %{_bindir}/fqltool
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org