This is an automated email from the ASF dual-hosted git repository. jialiang pushed a commit to branch docker_ambari in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 1c00f7d333a63c68b2cf92c0b46d73416752df0a Author: jialiang <[email protected]> AuthorDate: Wed Jun 26 14:04:38 2024 +0800 fix --- bigtop.bom | 1 + 1 file changed, 1 insertion(+) diff --git a/bigtop.bom b/bigtop.bom index b56888285..306445c05 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -249,6 +249,7 @@ bigtop { 'phoenix' { name = 'phoenix' + rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_") relNotes = 'Apache Phoenix: A SQL skin over HBase' version { base = "5.1.3"; pkg = base; release = 1 } tarball { destination = "$name-${version.base}-src.tar.gz"
