From 3490fda725a052fd8d4cbcca302a274db12d0f6e Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 16 Dec 2021 19:16:20 +0800 Subject: [PATCH] This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. (cherry picked from commit b7581c0c642c0a0429b6c2d26e3bc6bb6837dfd6) --- oozie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oozie.spec b/oozie.spec index 6587164..254ee2f 100644 --- a/oozie.spec +++ b/oozie.spec @@ -1,6 +1,6 @@ Name: oozie Version: 5.2.1 -Release: 4 +Release: 5 Summary: A work-flow scheduling system for Apache Hadoop License: Apache 2.0 URL: http://oozie.apache.org @@ -176,6 +176,9 @@ install -m 0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name} %dir %{_datadir}/java/%{name} %changelog +* Thu Dec 16 2021 wangkai - 5.2.1-5 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. + * Thu Oct 14 2021 lingsheng - 5.2.1-4 - delete some directories when uninstalling -- Gitee