From 42c6791f1b011600c85eaf0fe32536a7e580652b Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 16 Dec 2021 16:33:41 +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 f237c5335c68883794d817b728bb56f135c5c6f4) --- wildfly-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wildfly-core.spec b/wildfly-core.spec index d1a2cbc..f2d06b5 100644 --- a/wildfly-core.spec +++ b/wildfly-core.spec @@ -3,7 +3,7 @@ %global namedversion %{version}%{?namedreltag} Name: wildfly-core Version: 2.2.0 -Release: 1 +Release: 2 Summary: The core run-time of WildFly License: ASL 2.0 and BSD and LGPLv2+ URL: http://wildfly.org/ @@ -131,5 +131,8 @@ rm target/site/apidocs/javadoc.sh %license LICENSE.txt %changelog +* Thu Dec 16 2021 wangkai - 2.2.0-2 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. + * Wed Aug 19 2020 maminjie - 2.2.0-1 - package init -- Gitee