From 8c48198ee2a1c0341fcfdc9095c6406b2a2c3868 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 16 Dec 2021 15:19:46 +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 75e78eb9e764a3934894a1de6543e8dd04101b43) --- jboss-logging.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jboss-logging.spec b/jboss-logging.spec index 13a1bbc..81c31ff 100644 --- a/jboss-logging.spec +++ b/jboss-logging.spec @@ -1,6 +1,6 @@ Name: jboss-logging Version: 3.3.0 -Release: 5 +Release: 6 Summary: The JBoss Logging Framework License: ASL 2.0 URL: https://github.com/jboss-logging/jboss-logging @@ -47,5 +47,8 @@ sed -i 's/\r//' LICENSE.txt %license LICENSE.txt %changelog +* Thu Dec 16 2021 wangkai - 3.3.0-6 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. + * Thu Dec 13 2019 openEuler Buildteam - 3.3.0-5 - Package init -- Gitee