Add gcc-c++ to build dependency

This commit is contained in:
wang_yue111 2021-07-09 16:31:56 +08:00
parent 1405d075bf
commit f97ae06320

View File

@ -12,7 +12,7 @@
%define _binaries_in_noarch_packages_terminate_build 0 %define _binaries_in_noarch_packages_terminate_build 0
Name: hadoop-3.1 Name: hadoop-3.1
Version: 3.1.4 Version: 3.1.4
Release: 2 Release: 3
Summary: A software platform for processing vast amounts of data Summary: A software platform for processing vast amounts of data
# The BSD license file is missing # The BSD license file is missing
# https://issues.apache.org/jira/browse/HADOOP-9849 # 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 BuildRoot: %{_tmppath}/%{real_name}-%{version}-%{release}-root
BuildRequires: java-1.8.0-openjdk-devel maven hostname maven-local tomcat cmake snappy openssl-devel 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: 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 Requires: java-1.8.0-openjdk protobuf2-java apache-zookeeper
%description %description
@ -1113,7 +1113,11 @@ fi
%config(noreplace) %{_sysconfdir}/%{real_name}/container-executor.cfg %config(noreplace) %{_sysconfdir}/%{real_name}/container-executor.cfg
%changelog %changelog
* Fri Jul 09 2021 wangyue <wangyue92@huawei.com> - 3.1.4-3
- Add gcc-c++ to build dependency
* Wed Jun 16 2021 zhangtao <zhangtao221@huawei.com> - 3.1.4-2 * Wed Jun 16 2021 zhangtao <zhangtao221@huawei.com> - 3.1.4-2
- bugfix invalid variable name - bugfix invalid variable name
* Thu May 13 2021 Ge Wang <wangge20@huawei.com> - 3.1.4-1 * Thu May 13 2021 Ge Wang <wangge20@huawei.com> - 3.1.4-1
- Init package - Init package