From 8174bf33d426e1ab6675c2dfa0c6c5ebdbbe2d4f Mon Sep 17 00:00:00 2001 From: loong_C Date: Mon, 30 May 2022 10:37:52 +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 a45bc9c..3195076 100644 --- a/jboss-logging.spec +++ b/jboss-logging.spec @@ -1,6 +1,6 @@ Name: jboss-logging Version: 3.3.0 -Release: 9 +Release: 10 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-10 +- fix spec changelog date + * Mon Feb 14 2022 wangkai - 3.3.0-9 - Rebuild for fix log4j1.x cves @@ -59,5 +62,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