From 555ec3f4033fd344b9e25f134a80a69d9cb3080a Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 28 Feb 2022 14:21:27 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves --- hadoop.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop.spec b/hadoop.spec index e65883e..1bd84a4 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: 5 +Release: 6 Summary: A software platform for processing vast amounts of data # The BSD license file is missing # https://issues.apache.org/jira/browse/HADOOP-9849 @@ -1112,6 +1112,9 @@ fi %config(noreplace) %{_sysconfdir}/%{name}/container-executor.cfg %changelog +* Fri Feb 25 2022 wangkai - 3.2.1-6 +- Rebuild for fix log4j1.x cves + * Mon Jul 12 2021 lingsheng - 3.2.1-5 - Fix stop service failure -- Gitee