update hadoop-3.1.spec.

This commit is contained in:
chenyx2012 2022-06-15 02:52:18 +00:00 committed by Gitee
parent 3caebe3460
commit 1af5349667
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -12,11 +12,11 @@
%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: 4 Release: 5
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
License: Apache-2.0 and MIT and BSD-2-Clause and EPL and Zlib and MPL-2.0 License: Apache-2.0 and MIT and BSD-2-Clause and EPL-1.0 and Zlib and MPL-2.0
URL: https://%{real_name}.apache.org URL: https://%{real_name}.apache.org
Source0: https://www.apache.org/dist/%{real_name}/core/%{real_name}-%{version}/%{real_name}-%{version}-src.tar.gz Source0: https://www.apache.org/dist/%{real_name}/core/%{real_name}-%{version}/%{real_name}-%{version}-src.tar.gz
Source1: %{real_name}-layout.sh Source1: %{real_name}-layout.sh
@ -1113,6 +1113,9 @@ fi
%config(noreplace) %{_sysconfdir}/%{real_name}/container-executor.cfg %config(noreplace) %{_sysconfdir}/%{real_name}/container-executor.cfg
%changelog %changelog
* Wed Jun 15 2022 Chenyx <chenyixiong3@huawei.com> - 3.1.4-5
- License compliance rectification
* Mon Jul 12 2021 lingsheng <lingsheng@huawei.com> - 3.1.4-4 * Mon Jul 12 2021 lingsheng <lingsheng@huawei.com> - 3.1.4-4
- Fix stop service failure - Fix stop service failure