You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Josh McKenzie (Jira)" <ji...@apache.org> on 2020/01/30 16:26:00 UTC

[jira] [Assigned] (CASSANDRA-15300) 4.0 rpmbuild spec file is missing auditlogviewer and fqltool

     [ https://issues.apache.org/jira/browse/CASSANDRA-15300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh McKenzie reassigned CASSANDRA-15300:
-----------------------------------------

    Assignee: Yuko Sakanaka

> 4.0 rpmbuild spec file is missing auditlogviewer and fqltool
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-15300
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15300
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Yuko Sakanaka
>            Assignee: Yuko Sakanaka
>            Priority: Normal
>              Labels: pull-request-available
>             Fix For: 4.0
>
>         Attachments: 15300-4.0.txt
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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
>  
> thanks.
>  
> [PATCH] Add auditlogviewer and fqltool into rpmbuild spec file. patch
>  by ysakanaka; for CASSANDRA-15300
>  
> —
>  redhat/cassandra.spec | 2 ++
>  1 file changed, 2 insertions(+)
>  
> diff --git a/redhat/cassandra.spec b/redhat/cassandra.spec
> index eaf7565..0aedbd7 100644
> — a/redhat/cassandra.spec
> +++ b/redhat/cassandra.spec
> @@ -173,6 +173,8 @@ This package contains extra tools for working with Cassandra clusters.
>  %attr(755,root,root) %\{_bindir}/sstableofflinerelevel
>  %attr(755,root,root) %\{_bindir}/sstablerepairedset
>  %attr(755,root,root) %\{_bindir}/sstablesplit
> +%attr(755,root,root) %\{_bindir}/auditlogviewer
> +%attr(755,root,root) %\{_bindir}/fqltool
>  
>  
>  %changelog
> -- 
> 1.8.3.1
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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