From b4113172459d70e7243cfd82f95945241da25abd Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 29 Dec 2021 20:07:39 +0800 Subject: [PATCH] This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. (cherry picked from commit 1ff378958f1f61f67920826d12e7d4106c3074a5) --- wildfly-common.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wildfly-common.spec b/wildfly-common.spec index 085ad8d..ec91456 100644 --- a/wildfly-common.spec +++ b/wildfly-common.spec @@ -1,6 +1,6 @@ Name: wildfly-common Version: 1.1.0 -Release: 8 +Release: 9 Summary: WildFly common utilities License: ASL 2.0 URL: http://wildfly.org/ @@ -47,6 +47,9 @@ Man pages and other related documents for %{name}. %changelog +* Wed Dec 29 2021 wangkai - 1.1.0-9 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. + * Fri Dec 24 2021 wangkai - 1.1.0-8 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild.