This is an automated email from the ASF dual-hosted git repository. sekikn pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 3b9371c27df13546e7ed6e7bd9527acbaefc7448 Author: LiJie20190102 <[email protected]> AuthorDate: Sun Jun 2 16:45:59 2024 +0800 BIGTOP-4086:When using 'brp java repeat jars' in Flink, the version cannot be obtained correctly (#1249) (cherry picked from commit 1c5d0472511e09ada77705082c91c1b312f2a831) --- bigtop-packages/src/rpm/flink/SPECS/flink.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/bigtop-packages/src/rpm/flink/SPECS/flink.spec b/bigtop-packages/src/rpm/flink/SPECS/flink.spec index ec52e30f1..8310273a4 100644 --- a/bigtop-packages/src/rpm/flink/SPECS/flink.spec +++ b/bigtop-packages/src/rpm/flink/SPECS/flink.spec @@ -15,6 +15,7 @@ %define flink_name flink %define flink_pkg_name flink%{pkg_name_suffix} +%define __jar_repack 0 %define etc_default %{parent_dir}/etc/default
