This is an automated email from the ASF dual-hosted git repository.

iwasakims 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 26510b04 BIGTOP-3765: Remove cmake conditional for Hadoop rpm spec 
(#971)
26510b04 is described below

commit 26510b04cf7d8de7806bba3430528a08ecf4b94c
Author: Yuqi Gu <[email protected]>
AuthorDate: Mon Aug 1 11:42:48 2022 +0800

    BIGTOP-3765: Remove cmake conditional for Hadoop rpm spec (#971)
    
    Change-Id: I0e7f47512b7717103e97ae51d712bfee8fe716a9
    Signed-off-by: Yuqi Gu <[email protected]>
---
 bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec 
b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
index 4394bfc7..1aab808d 100644
--- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
+++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
@@ -176,11 +176,6 @@ Source31: kms.default
 #BIGTOP_PATCH_FILES
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n)
 BuildRequires: fuse-devel, fuse
-%if %{?el7}0
-BuildRequires: cmake3
-%else
-BuildRequires: cmake
-%endif
 Requires: coreutils, /usr/sbin/useradd, /usr/sbin/usermod, /sbin/chkconfig, 
/sbin/service, bigtop-utils >= 0.7, zookeeper >= 3.4.0
 Requires: psmisc, %{netcat_package}
 Requires: openssl-devel

Reply via email to