From 17340a8d1f53cfee8022be7389b1a9337db14b2a Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Sat, 10 Jul 2021 10:28:32 +0800 Subject: [PATCH] Add gcc-c++ to build dependency --- hadoop.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hadoop.spec b/hadoop.spec index d5d7e3d..5ccc209 100644 --- a/hadoop.spec +++ b/hadoop.spec @@ -11,7 +11,7 @@ %define _binaries_in_noarch_packages_terminate_build 0 Name: hadoop Version: 3.2.1 -Release: 3 +Release: 4 Summary: A software platform for processing vast amounts of data # The BSD license file is missing # https://issues.apache.org/jira/browse/HADOOP-9849 @@ -39,7 +39,7 @@ Patch2: CVE-2019-17195.patch BuildRoot: %{_tmppath}/%{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 @@ -1112,6 +1112,9 @@ fi %config(noreplace) %{_sysconfdir}/%{name}/container-executor.cfg %changelog +* Sat Jul 10 2021 wangyue - 3.2.1-4 +- Add gcc-c++ to build dependency + * Fri Jun 25 2021 wangyue - 3.2.1-3 - Fix CVE-2019-17195 -- Gitee