5 Star 0 Fork 4

src-openEuler / wildfly-common

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wildfly-common.spec 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
wk333 提交于 2022-08-22 09:58 . Rebuild for log4j 2.17.2 fix CVE-2021-44832
Name: wildfly-common
Version: 1.1.0
Release: 9
Summary: WildFly common utilities
License: ASL 2.0
URL: http://wildfly.org/
Source0: https://github.com/wildfly/wildfly-common/archive/%{version}.Final.tar.gz
BuildRequires: graphviz maven-local mvn(com.intellij:annotations) mvn(jdepend:jdepend)
BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.apiviz:apiviz) mvn(org.jboss.logging:jboss-logging)
BuildRequires: mvn(org.jboss.logging:jboss-logging-annotations) mvn(org.jboss.logging:jboss-logging-processor)
BuildArch: noarch
%description
WildFly is a powerful, modular, & lightweight application server that helps you build amazing applications.
%package help
Summary: Documents for %{name}
Buildarch: noarch
Requires: man info
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
Man pages and other related documents for %{name}.
%prep
%autosetup -p1 -n %{name}-%{version}.Final
%pom_xpath_inject "pom:build/pom:plugins/pom:plugin[pom:artifactId = 'maven-javadoc-plugin' ]/pom:configuration" '
<sourceFileExcludes>
<exclude>**/CommonMessages_*.java</exclude>
<exclude>**/Log_*.java</exclude>
</sourceFileExcludes>'
%mvn_file org.wildfly.common:%{name} %{name}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license LICENSE
%files help -f .mfiles-javadoc
%changelog
* Mon Aug 22 2022 wangkai <wangkai385@h-partners.com> - 1.1.0-9
- Rebuild for log4j 2.17.2 fix CVE-2021-44832
* Fri Dec 24 2021 wangkai <wangkai385@huawei.com> - 1.1.0-8
- This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild.
* Fri Dec 20 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.1.0-7
- package init
1
https://gitee.com/src-openeuler/wildfly-common.git
git@gitee.com:src-openeuler/wildfly-common.git
src-openeuler
wildfly-common
wildfly-common
openEuler-22.03-LTS

搜索帮助