This is an automated email from the ASF dual-hosted git repository. frankgh pushed a commit to tag 0.9.0-tentative in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git
commit 1eb7fbcd709492420c4adf01d1da844c5df4393e Author: Francisco Guerrero <[email protected]> AuthorDate: Wed Feb 19 10:58:03 2025 -0800 More updates for the release --- build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b704bab1..1e46e7a8 100644 --- a/build.gradle +++ b/build.gradle @@ -267,10 +267,11 @@ ospackage { // ospackage puts packages into /opt/[package] by default // which is _technically_ the right spot for packages link("/usr/local/bin/cassandra-sidecar", "/opt/cassandra-sidecar/bin/cassandra-sidecar") - license "Apache License 2.0" - description "Sidecar Management Tool for Apache Cassandra" + license = "Apache License 2.0" + summary = "Sidecar Management Tool for Apache Cassandra" + description = "Sidecar Management Tool for Apache Cassandra" os = LINUX - user "root" + user = "root" } buildRpm { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
