From 1684bea26a5be95b076480e424f7978a16a04aca Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Wed, 29 Dec 2021 19:43:56 +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 c41c0d2b9f6d96274e0f5ed8719bd3397ded258e) --- datanucleus-rdbms.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datanucleus-rdbms.spec b/datanucleus-rdbms.spec index 00a13c8..ea130a7 100644 --- a/datanucleus-rdbms.spec +++ b/datanucleus-rdbms.spec @@ -2,7 +2,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: datanucleus-rdbms Version: 3.2.13 -Release: 3 +Release: 4 Summary: DataNucleus RDBMS License: ASL 2.0 URL: http://www.datanucleus.org/%{name} @@ -69,6 +69,9 @@ cp -p META-INF/README.txt . %doc LICENSE.txt NOTICE.txt %changelog +* Wed Dec 29 2021 houyingchao - 3.2.13-4 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. + * Fri Dec 24 2021 yaoxin - 3.2.13-3 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild.