From bce34e2dfa6ca928f58a20cc178e7e43613d6c1e Mon Sep 17 00:00:00 2001 From: loong_C Date: Mon, 30 May 2022 10:41:07 +0800 Subject: [PATCH] fix spec changelog date --- jboss-logging.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jboss-logging.spec b/jboss-logging.spec index 122a942..eed26ca 100644 --- a/jboss-logging.spec +++ b/jboss-logging.spec @@ -1,6 +1,6 @@ Name: jboss-logging Version: 3.3.0 -Release: 8 +Release: 9 Summary: The JBoss Logging Framework License: ASL 2.0 URL: https://github.com/jboss-logging/jboss-logging @@ -47,6 +47,9 @@ sed -i 's/\r//' LICENSE.txt %license LICENSE.txt %changelog +* Mon May 30 2022 loong_C - 3.3.0-9 +- fix spec changelog date + * Wed Dec 29 2021 yaoxin - 3.3.0-8 - This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. @@ -56,5 +59,5 @@ sed -i 's/\r//' LICENSE.txt * 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 +* Tue Dec 17 2019 openEuler Buildteam - 3.3.0-5 - Package init -- Gitee