From 4e951ddbf6cd679eb53c34d7896ebc8a75cf2175 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 28 Feb 2022 14:22:42 +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 e7c442f..b370df4 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: 11 +Release: 12 Summary: A software platform for processing vast amounts of data # The BSD license file is missing # https://issues.apache.org/jira/browse/HADOOP-9849 @@ -1110,6 +1110,9 @@ fi %config(noreplace) %{_sysconfdir}/%{name}/container-executor.cfg %changelog +* Fri Feb 25 2022 wangkai - 3.2.1-12 +- Rebuild for fix log4j1.x cves + * Mon Jul 12 2021 lingsheng - 3.2.1-11 - Fix stop service failure -- Gitee