From f97ae063207f853db22d6d45d552c5f07176e42e Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Fri, 9 Jul 2021 16:31:56 +0800 Subject: [PATCH] Add gcc-c++ to build dependency --- hadoop-3.1.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hadoop-3.1.spec b/hadoop-3.1.spec index 241a139..4589b03 100644 --- a/hadoop-3.1.spec +++ b/hadoop-3.1.spec @@ -12,7 +12,7 @@ %define _binaries_in_noarch_packages_terminate_build 0 Name: hadoop-3.1 Version: 3.1.4 -Release: 2 +Release: 3 Summary: A software platform for processing vast amounts of data # The BSD license file is missing # https://issues.apache.org/jira/browse/HADOOP-9849 @@ -40,7 +40,7 @@ Patch2: 0002-bugfix-invalid-variable-name.patch BuildRoot: %{_tmppath}/%{real_name}-%{version}-%{release}-root BuildRequires: java-1.8.0-openjdk-devel maven hostname maven-local tomcat cmake snappy openssl-devel BuildRequires: cyrus-sasl-devel chrpath systemd protobuf2-compiler protobuf2-devel protobuf2-java protobuf2 -Buildrequires: leveldbjni leveldb-java hawtjni-runtime +Buildrequires: leveldbjni leveldb-java hawtjni-runtime gcc-c++ Requires: java-1.8.0-openjdk protobuf2-java apache-zookeeper %description @@ -1113,7 +1113,11 @@ fi %config(noreplace) %{_sysconfdir}/%{real_name}/container-executor.cfg %changelog +* Fri Jul 09 2021 wangyue - 3.1.4-3 +- Add gcc-c++ to build dependency + * Wed Jun 16 2021 zhangtao - 3.1.4-2 - bugfix invalid variable name + * Thu May 13 2021 Ge Wang - 3.1.4-1 - Init package -- Gitee