!36 [sync] PR-24: jboss-logging升级版本回退

From: @openeuler-sync-bot 
Reviewed-by: @wangchong1995924 
Signed-off-by: @wangchong1995924
This commit is contained in:
openeuler-ci-bot 2022-08-16 09:19:42 +00:00 committed by Gitee
commit 450841b4d1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 7 deletions

BIN
3.3.0.Final.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: jboss-logging
Version: 3.4.1
Release: 1
Version: 3.3.0
Release: 6
Summary: The JBoss Logging Framework
License: ASL 2.0
URL: https://github.com/jboss-logging/jboss-logging
Source0: https://github.com/jboss-logging/jboss-logging/archive/3.4.1.Final.tar.gz
Source0: https://github.com/jboss-logging/jboss-logging/archive/3.3.0.Final.tar.gz
BuildRequires: git graphviz maven-local mvn(jdepend:jdepend) mvn(log4j:log4j:12)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) mvn(org.apache.logging.log4j:log4j-api)
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) mvn(org.codehaus.mojo:buildnumber-maven-plugin)
@ -22,7 +22,7 @@ Summary: Javadoc for jboss-logging
This package contains the API documentation for jboss-logging.
%prep
%setup -q -n jboss-logging-3.4.1.Final
%setup -q -n jboss-logging-3.3.0.Final
%pom_xpath_set pom:properties/pom:version.org.apache.log4j 12
@ -47,9 +47,6 @@ sed -i 's/\r//' LICENSE.txt
%license LICENSE.txt
%changelog
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 3.4.1-1
- Upgrade to version 3.4.1
* Thu Dec 16 2021 wangkai <wangkai385@huawei.com> - 3.3.0-6
- This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild.