This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 00b394f BIGTOP-3359. Fix failure of installing Hadoop due to
conflicting .build-id entry on CentOS 8. (#642)
00b394f is described below
commit 00b394f8dcc54cc25d962c720c5fbcf8f88c5e07
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Wed May 27 14:15:03 2020 +0900
BIGTOP-3359. Fix failure of installing Hadoop due to conflicting .build-id
entry on CentOS 8. (#642)
---
bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
index f36becb..03dc145 100644
--- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
+++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
@@ -140,6 +140,9 @@
# like thrift so disable this
%define _use_internal_dependency_generator 0
+# BIGTOP-3359
+%define _build_id_links none
+
Name: %{hadoop_name}
Version: %{hadoop_version}
Release: %{hadoop_release}