Update to 1.3.0

This commit is contained in:
wk333 2022-10-31 10:08:37 +08:00
parent 710183d5c4
commit b29fbbd6d2
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
1.3.0.Final.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name: log4j-jboss-logmanager
Version: 1.1.2
Version: 1.3.0
Release: 1
Summary: JBoss Log4j Emulation
License: ASL 2.0
Url: https://github.com/jboss-logging/log4j-jboss-logmanager
Source0: https://github.com/jboss-logging/log4j-jboss-logmanager/archive/%{namedversion}.tar.gz
BuildRequires: maven-local mvn(junit:junit) mvn(log4j:log4j:12)
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
BuildRequires: maven-local mvn(junit:junit) mvn(log4j:log4j:12) jakarta-mail
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin) maven-failsafe-plugin
BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.logging:jboss-logging)
BuildRequires: mvn(org.jboss.logmanager:jboss-logmanager) mvn(org.jboss.modules:jboss-modules)
Provides: bundled(log4j12) = 1.2.17-15
@ -42,5 +42,8 @@ sed -i 's/createSourcesJar>true/createSourcesJar>false/' pom.xml
%license LICENSE NOTICE
%changelog
* Mon Oct 31 2022 wangkai <wangkai385@h-partners.com> - 1.3.0-1
- Update to 1.3.0
* Sat Aug 22 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.1.2-1
- Package init