From 5ef10823f0eb71c6ff8991e8780f4be5233fe2e8 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 25 Feb 2022 14:42:54 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit 11a4fe394931c08c91b7fce8b506ab4304aa1a91) --- spark.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spark.spec b/spark.spec index 84c1922..856a0d7 100644 --- a/spark.spec +++ b/spark.spec @@ -4,7 +4,7 @@ Summary: A unified analytics engine for large-scale data processing. Name: spark Version: 3.0.1 -Release: 1.0 +Release: 2.0 License: Apache License v2.0 URL: http://spark.apache.org/ Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz @@ -38,6 +38,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version} %changelog +* Fri Feb 25 2022 wangkai - 3.0.1-2.0 +- Rebuild for fix log4j1.x cves + * Fri Sep 18 2020 Hubble_Zhu - 1.0 - Init package -- Gitee