[
https://issues.apache.org/jira/browse/CASSANDRA-15300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuko Sakanaka updated CASSANDRA-15300:
--------------------------------------
Description:
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
[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
pull request:
[https://github.com/apache/cassandra/compare/trunk...ysakanaka:15300-4.0]
thanks.
was:
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.
> 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
> Priority: Normal
> Fix For: 4.0
>
> Attachments: 15300-4.0.txt
>
>
> 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
>
> [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
>
> pull request:
> [https://github.com/apache/cassandra/compare/trunk...ysakanaka:15300-4.0]
>
> thanks.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]